패키지 불러오기

library(dplyr)
library(ggplot2)

R Markdown

책 내용~~

시각화

ggplot(data = mpg, mapping = aes(x = displ, y = hwy)) + 
  geom_point(aes(color = class))

이미지 경로