simple.eda {UsingR} | R Documentation |
Simply plots histogram, boxplot and normal plot for experimental data analysis.
simple.eda(x)
x |
a vector of data |
Just does the plots. No return value
John Verzani
Inspired by S-Plus documentation
hist,boxplot,qnorm
x<- rnorm(100,5,10)
simple.eda(x)