시각화

ggplot2 tips 2

ggplot2 팁 (두번째) 데이터 불러오기 : 태양 흑점 library(ggplot2) library(dplyr) # 데이터 확인 head(sunspot.month) ## [1] 58.0 62.6 70.0 55.7 85.0 83.5…