print.FPCA | R Documentation |
Print a simple description of an FPCA object
## S3 method for class 'FPCA'
print(x, ...)
x |
An FPCA object. |
... |
Not used. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.