library(ggplot2) p <- ggplot(mpg, aes(displ, hwy)) + geom_point() + ... これには annotate() を使う。 annotate() は分割されたグラフに使う ...
確定! 回上一頁