Example of plot. library(ggplot2) p <- ggplot(ToothGrowth, aes(x=dose, y=len)) + geom_boxplot() p. ggplot2 title, axis labels, legend titles, R programming ...
確定! 回上一頁