Learn R Programming

fdapace (version 0.1.1)

print.FPCA: 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

Run this code
set.seed(1)
n <- 20
pts <- seq(0, 1, by=0.05)
sampWiener <- Wiener(n, pts)
sampWiener <- Sparsify(sampWiener, pts, 10)
res <- FPCA(sampWiener$yList, sampWiener$tList, 
            list(dataType='Sparse', error=FALSE, kernel='epan', verbose=TRUE))
res

Run the code above in your browser using DataLab