simple.hist.and.boxplot | R Documentation |
Simple function to plot both histogram and boxplot to compare
simple.hist.and.boxplot(x, ...)
x |
vector of univariate data |
... |
Arguments passed to the hist function |
Just prints the two graphs
John Verzani
hist,boxplot,layout
x<-rnorm(100) simple.hist.and.boxplot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.