plotComposite | R Documentation |
A function to plot the output of compositeEnsembles2
plotComposite(
compositeList,
ageUnits = "yr BP",
valUnits = "standardized",
title = "composite proxy record",
combine = TRUE,
...
)
compositeList |
The output of compositeEnsembles2() |
ageUnits |
units for the age variable |
valUnits |
units for the composite (default = standardized) |
title |
a title for the combined plot (not used if combine == FALSE) |
combine |
output a combined figure using egg::ggarrange or provide a list of subplots |
... |
Arguments passed on to
|
a combined or list of gg plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.