powered by
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 funpca plot(x,...)
The function returns the selected plots.
funpca object.
funpca
Other arguments to be called by plot().
Francisco Rosales
Plot of the fitted results.
Rosales, F. For more details see <https://ediss.uni-goettingen.de/handle/11858/00-1735-0000-0028-87F9-6>
plot.funpca (package funpca)
plot.funpca
# \donttest{ 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) # }
Run the code above in your browser using DataLab