시각화

ggplot2 tips

몇 가지 ggplot2 팁 x가 factor일 때 geom_line() x가 factor일 때에는 geom_line()이 그려지지 않는다. 예를 들어, library(ggplot2) library(dplyr) dat = data.frame(gender=sample(c("M", "F"),…