Description Usage Arguments Value Author(s) References See Also Examples
Simply plots histogram, boxplot and normal plot for experimental data analysis.
1 | 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
1 2 | x<- rnorm(100,5,10)
simple.eda(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.