library(ggplot2) library(grid) p <- ggplot(mpg, aes(displ, cty)) + geom_point() + facet_grid(drv ~ cyl) + ggtitle("How to change coloour of font in facet ...
確定! 回上一頁