boxplot (Sepal.Length~Species,data=iris, xlab="Species", ylab="Sepal Length", main="Iris Boxplot"). library(ggplot2) box <- ggplot(data=iris, ...
確定! 回上一頁