... ggplot2 library library(ggplot2) # Create a Boxplot ggplot(ChickWeight, aes(x = Diet, y = weight)) + geom_boxplot() R ggplot2 Boxplot 1 ...
確定! 回上一頁