powered by
Function to make a multivariate data set consisting of two or more evolutionary sequences (time-series).
make.multivar.evoTS( evoTS.1 = NULL, evoTS.2 = NULL, evoTS.3 = NULL, evoTS.4 = NULL, evoTS.5 = NULL, evoTS.6 = NULL, evoTS.7 = NULL, evoTS.8 = NULL, evoTS.9 = NULL, evoTS.10 = NULL )
a multivariate evoTS object that can be analysed with functions fitting multivariate models (e.g. fit.multivariate.OU, fit.multivariate.URW)
an univariate evolutionary sequences (time-series) on the format used in paleoTS
an univariate evolutionary sequences (time-series) on the format used in paleoTS (optional)
Kjetil Lysne Voje
See the function as.paleoTS for details. See also read.paleoTS, which is often a more convenient way for getting the relevant data from text files.
## Generate two evolutionary sequences (time-series) x1 <- paleoTS::sim.GRW(60) x2 <- paleoTS::sim.GRW(60) ## Make a multivariate data set x1_x2<-make.multivar.evoTS(x1, x2)
Run the code above in your browser using DataLab