Simple function to plot histogram, boxplot and normal plot
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.