library(gcookbook) # Load gcookbook for the PlantGrowth data set # The base plot pg_plot <- ggplot(PlantGrowth, aes(x = group, y = weight, fill = group)) + ...
確定! 回上一頁