/* * http://sosal.kr/ * made by so_Sal */ R에서 ggplot을 이용하여 그래프를 그려보고, 누적그래프를 그려보고, 계단형 누적그래프를 그려보도록 하겠습니다. 라이브러리 설치 & 불러오기 - 라이브러리 설치 > install.packages("reshape") > install.packages("reshape2") > install.packages("ggplot2") - 라이브러리 불러오기 > library(reshape) > library(ggplot2) - 랜덤 샘플링으로 데이터 만들기 day