패키지 불러오기

ggplot2는 별도의 설치 및 호출이 필요한 패키지이므로 아래의 절차를 먼저 실행합니다.

# install.packages("ggplot2")
library(ggplot2)