plotComposite.RdA function to plot the output of compositeEnsembles2
plotComposite(
compositeList,
ageUnits = "yr BP",
valUnits = "standardized",
title = "composite proxy record",
combine = TRUE,
...
)The output of compositeEnsembles2()
units for the age variable
units for the composite (default = standardized)
a title for the combined plot (not used if combine == FALSE)
output a combined figure using egg::ggarrange or provide a list of subplots
Arguments passed on to geoChronR::plotTimeseriesEnsRibbons
probsa vector of probabilities to plot as ribbons. It will create bands as ribbons of quantiles moving inward. If there's an odd number, it plots the middle quantile as a line.
color.lowColor of the outermost band; the extreme quantiles of the distribution
color.highColor of the innermost band; the central quantiles of the distribution
color.lineLine color (following ggplot rules)
color.vectorA vector (of length equal to the number of bands) that specifies the colors for the ribbons from the outermost band in (default = NA). Colors specified as string according to ggplot2 conventions. If present, this overrules color.high and color.low
line.widthWidth of the line
a combined or list of gg plots