powered by
Simply plots histogram, boxplot and normal plot for experimental data analysis.
simple.eda(x)
Just does the plots. No return value
a vector of data
John Verzani
Inspired by S-Plus documentation
hist,boxplot,qnorm
x<- rnorm(100,5,10) simple.eda(x)
Run the code above in your browser using DataLab