From the example of facet_grid : p <- ggplot(mpg, aes(displ, cty)) + geom_point() p + facet_grid(drv ~ cyl) + theme_bw().
確定! 回上一頁