powered by
Arranges kernel density estimates and pie charts in a grid format
summaryplot(..., ncol = 1, pch = NA)
a summary plot of all the data comprised of KDEs for the datasets of class KDEs, pie charts for those of class
KDEs
compositional or counts and histograms for those of class distributional.
compositional
counts
distributional
a sequence of datasets of class compositional, distributional, counts or KDEs.
the number of columns
(optional) symbol to be used to mark the sample points along the x-axis of the KDEs (if appropriate).
data(Namib) KDEs <- KDEs(Namib$DZ,0,3000) summaryplot(KDEs,Namib$HM,Namib$PT,ncol=2)
Run the code above in your browser using DataLab