... data set # The base plot pg_plot <- ggplot(PlantGrowth, aes(x = group, y = weight, fill = group)) + geom_boxplot() # Change the legend labels pg_plot + ...
確定! 回上一頁