Learn R Programming

fdapace (version 0.6.0)

print.FPCA: Print an FPCA object

Description

Print a simple description of an FPCA object

Usage

# S3 method for FPCA
print(x, ...)

Arguments

x

An FPCA object.

...

Not used.

Examples

Run this code
# \donttest{
set.seed(1)
n <- 20
pts <- seq(0, 1, by=0.05)
sampWiener <- Wiener(n, pts)
sampWiener <- Sparsify(sampWiener, pts, 10)
res <- FPCA(sampWiener$Ly, sampWiener$Lt)
res
# }

Run the code above in your browser using DataLab