카테고리 없음
rstudio - open sample
tzniuta
2018. 1. 22. 18:04
install.packages('ggplot2')
library(ggplot2)
gg <- ggplot(diamonds, aes(x=carat, y=price))
gg + geom_point()