To achieve that you would often add a title and other textual cues. ... library(ggplot2) p1 <- ggplot(mtcars) + geom_point(aes(mpg, disp)) + ggtitle('Plot ...
確定! 回上一頁