통계 공부하기/R 사용법

[R그래프]histogram 그리기

승목이 2017. 1. 24. 08:36

hist(wfc, main="WOMAC-PF", ylim=c(0, 20), xlab="score", 

      col="#80fd3d")


hist(wpain, main="WOMAC pain", ylim=c(0, 30), xlab="score", 

      col="#80fd3d")


hist(wstiff, main="WOMAC stiffness", ylim=c(0, 15), xlab="score", 

      col="#80fd3d")

hist(womac, main="WOMAC", ylim=c(0, 15), xlab="score", 

      col="#80fd3d")