Bind variables of two Multivariate Functional Data Objects
Bind variables of two Multivariate Functional Data Objects
cbind_mfd(mfdobj1, mfdobj2)
Arguments
mfdobj1: An object of class mfd, with the same number of replications of mfdobj2 and different variable names with respect to mfdobj2.
mfdobj2: An object of class mfd, with the same number of replications of mfdobj1, and different variable names with respect to mfdobj1.
Returns
An object of class mfd, whose replications are the same of mfdobj1 and mfdobj2 and whose functional variables are the union of the functional variables in mfdobj1 and mfdobj2.