R 박스플롯 boxplot()

(R boxplot()에서 넘어옴)

1 개요[ | ]

R 박스플롯
R boxplot()

2 iris 예시[ | ]

R
CPU
0.3s
MEM
57M
0.3s
Copy
boxplot(iris$Sepal.Width)

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

3 rivers 예시[ | ]

R
Copy
boxplot(rivers)
Loading

4 같이 보기[ | ]

5 참고[ | ]