Learn R Programming

provenance (version 0.6)

summaryplot: Joint plot of several provenance datasets

Description

Arranges kernel density estimates and pie charts in a grid format

Usage

summaryplot(..., ncol = 1)

Arguments

...
a sequence of datasets of class compositional, KDEs, or distributional
ncol
the number of columns

Value

  • a summary plot of all the data comprised of KDEs for the datasets of class KDEs, pie charts for those of class compositional and histograms for those of class distributional.

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