Learn R Programming

provenance (version 4.4)

summaryplot: Joint plot of several provenance datasets

Description

Arranges kernel density estimates and pie charts in a grid format

Usage

summaryplot(..., ncol = 1, pch = NA)

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.

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).

See Also

KDEs

Examples

Run this code
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