This "shuffles" together two *independent* ensemble datasets, making no assumptions about stratigraphic order, but assuming that each dataset is representing the same phenomenon.
concatEnsembleTimeseries(age.ens.1, paleo.data.1, age.ens.2, paleo.data.2)
Arguments
- age.ens.1
Age ensemble list for the first dataset
- paleo.data.1
Paleo data list for the first dataset (ensembles optional)
- age.ens.2
Age ensemble list for the second dataset
- paleo.data.2
Paleo data list for the second dataset (ensembles optional)
Value
a matrix with one instance of concatenate ensemble data
See also
Other utility:
askUser(),
convertAD2BP(),
convertBP2AD(),
createChronMeasInputDf(),
gaussianize(),
generateEnsembleFromUncertainty(),
getLastVarString(),
getOs(),
heuristicUnits(),
loadRemote(),
pullInstance(),
simulateAutoCorrelatedUncertainty(),
stringifyVariables(),
surrogateDataFun()