목차 1 개요 2 실습 3 같이 보기 4 참고 개요 ggplot2 gg플롯2, gg플랏2 R언어용 데이터 시각화 패키지 실습 R ggplot() 문서를 참고하십시오. library(ggplot2) ggplot(iris, aes(Petal.Length, Petal.Width, color = Species)) + geom_point() 같이 보기 ggplot2 막대그래프 참고 영어 위키백과 "ggplot2" https://ggplot2.tidyverse.org/ https://github.com/tidyverse/ggplot2 https://ramnathv.github.io/pycon2014-r/visualize/ggplot2.html https://www.rdocumentation.org/packages/ggplot2/versions/3.1.1