| summaryplot {provenance} | R Documentation |
Joint plot of several provenance datasets
Description
Arranges kernel density estimates and pie charts in a grid format
Usage
summaryplot(..., ncol = 1, pch = NA)
Arguments
... |
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). |
Value
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.
See Also
Examples
data(Namib)
KDEs <- KDEs(Namib$DZ,0,3000)
summaryplot(KDEs,Namib$HM,Namib$PT,ncol=2)
[Package provenance version 4.3 Index]