plot.funpca | R Documentation |
Plots fitted signals and shows acf/pacf for the each one. Additionally a plot for all curves is added at the beginning.
## S3 method for class 'funpca'
plot(x,...)
x |
|
... |
Other arguments to be called by plot(). |
Plot of the fitted results.
The function returns the selected plots.
Francisco Rosales
Rosales, F.
For more details see <https://ediss.uni-goettingen.de/handle/11858/00-1735-0000-0028-87F9-6>
plot.funpca
(package funpca)
library(fda)
sdata <- NULL
data <- CanadianWeather$monthlyTemp
for(i in 1:ncol(data)) sdata <- cbind(sdata,spline(data[,i])$y)
x <- funpca(sdata, k=3)
plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.