library(ggplot2) ggplot(data=airquality, aes(x=1, y=Temp))+ geom_boxplot(). 변수가 하나일 때는 하나의 boxplot만 그려집니다.
確定! 回上一頁