library(ggplot2) ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width, fill = Species, colour = Species)) + geom_point(size = 3, ...
確定! 回上一頁