summaryplot | R Documentation |
Arranges kernel density estimates and pie charts in a grid format
summaryplot(..., ncol = 1, pch = NA)
... |
a sequence of datasets of class |
ncol |
the number of columns |
pch |
(optional) symbol to be used to mark the sample points along the x-axis of the KDEs (if appropriate). |
a summary plot of all the data comprised of KDEs for the
datasets of class KDEs
, pie charts for those of class
compositional
or counts
and histograms for those
of class distributional
.
KDEs
data(Namib)
KDEs <- KDEs(Namib$DZ,0,3000)
summaryplot(KDEs,Namib$HM,Namib$PT,ncol=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.