
1.1 Introduction - ggplot2 : 그래프를 기술하고 구축하는 시스템인 그래픽 문법을 구현함. cf) ggplot2의 이론적 토대에 대해 참고하고 싶으면 'The Layered Grammar of Graphics by Hadley Wickham'논문 참조 ----https://vita.had.co.nz/papers/layered-grammar.pdf 1.1.1 Ready - tidyverse설치 : R console 창에 다음과 같은 소스코드를 입력한다. install.packages("tidyverse") -tidyverse 로드 : library(tidyverse) ── Attaching core tidyverse packages ──────────────────────────────..