library(ggplot2) box <- ggplot(data=iris, aes(x=Species, y=Sepal. ... color=Diet, group=Chick)) + geom_line() + ggtitle("Growth curve for ...
確定! 回上一頁