summaryplot: Joint plot of several provenance datasets

View source: R/plot.R

summaryplotR 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 compositional, distributional, counts or KDEs.

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

KDEs

Examples

data(Namib)
KDEs <- KDEs(Namib$DZ,0,3000)
summaryplot(KDEs,Namib$HM,Namib$PT,ncol=2)

provenance documentation built on Aug. 28, 2023, 5:07 p.m.