print.FPCA: Print an FPCA object

View source: R/print.FPCA.R

print.FPCAR Documentation

Print an FPCA object

Description

Print a simple description of an FPCA object

Usage

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

Arguments

x

An FPCA object.

...

Not used.

Examples


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



fdapace documentation built on Aug. 16, 2022, 5:10 p.m.