compositeEnsembles.RdComposite with uncertainty
compositeEnsembles(
fTS,
binvec,
spread = TRUE,
stanFun = standardizeMeanIteratively,
ageVar = "age",
gaussianizeInput = FALSE,
alignInterpDirection = TRUE,
scope = "climate",
binFun = sampleEnsembleThenBinTs,
...
)TS object of the timeseries that you want to composite
A vector of bin edges for binning
An option to spread values over adjacent empty years (if TRUE, spreadPaleoData() is used by binFun)
Function to use for standardization
Name of the time vector in fTS
Optionally gaussianize input before compositing
Optionally invert timeseries with negative interpretation_direction
interpretation_scope for alignInterpDirection (default = 'climate')
Function to use for binning
parameters to pass to stanFun
a list. The main composite is in the list$composite matrix (needs a better definition here) TODO