An example graph without a title: library(ggplot2) bp <- ggplot(PlantGrowth, aes(x=group, y=weight)) + geom_boxplot() bp. plot of chunk unnamed-chunk-2.
確定! 回上一頁