View source: R/functional_pca.R
| plot.r4pde_functional_pca | R Documentation |
Plot functional PCA results
## S3 method for class 'r4pde_functional_pca'
plot(
x,
type = c("scree", "components", "scores", "reconstruction", "mean"),
components = c(1, 2),
curve_id = NULL,
...
)
autoplot.r4pde_functional_pca(object, ...)
x |
An object of class |
type |
Type of plot: "scree", "components", "scores", "reconstruction", or "mean". |
components |
Integer vector of length 2 indicating which components to plot for scores and mean perturbation. |
curve_id |
Optional vector of curve IDs to include in reconstruction plot. |
... |
Additional arguments. |
object |
An object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.