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