Learn R Programming

funcharts (version 1.7.0)

get_mfd_fd: Convert a fd object into a Multivariate Functional Data object.

Description

Convert a fd object into a Multivariate Functional Data object.

Usage

get_mfd_fd(fdobj)

Value

An object of class mfd. See also ?mfd for additional details on the multivariate functional data class.

Arguments

fdobj

An object of class fd.

See Also

mfd

Examples

Run this code
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