powered by
fd
Convert a fd object into a Multivariate Functional Data object.
get_mfd_fd(fdobj)
An object of class mfd. See also ?mfd for additional details on the multivariate functional data class.
mfd
?mfd
An object of class fd.
library(funcharts) library(fda) bs <- create.bspline.basis(nbasis = 10) fdobj <- fd(coef = 1:10, basisobj = bs) mfdobj <- get_mfd_fd(fdobj)
Run the code above in your browser using DataLab