Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

funData-setAs

Coerce a funData object to class multiFunData


Description

Coerce a funData object to class multiFunData

Coerce a funData object to class irregFunData

See Also

Examples

# create funData object with 5 observations
f <- simFunData(N = 5, M = 7, eValType = "linear",
                eFunType = "Fourier", argvals = seq(0,1,0.01))$simData

# sparsify artificially
fSparse <- sparsify(f, minObs = 4, maxObs = 10)

# coerce to irregFunData object
i <- as.irregFunData(fSparse)
i

funData

An S4 Class for Functional Data

v1.3-5
GPL-2
Authors
Clara Happ-Kurz [aut, cre]
Initial release
2020-04-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.