R 박스플롯 boxplot()

(R boxplot()에서 넘어옴)

1 개요[ | ]

R 박스플롯
R boxplot()

2 iris 예시[ | ]

boxplot(iris$Sepal.Width)
boxplot(iris$Sepal.Width, col='red')
boxplot(Sepal.Width ~ Species, iris)

3 rivers 예시[ | ]

boxplot(rivers)

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}