| plot.mfpca_vd | R Documentation |
Displays either the estimated eigenfunctions of one variable at several fixed domain lengths (superimposed lines) or the multivariate scores colored by domain length.
## S3 method for class 'mfpca_vd'
plot(
x,
type = c("eigenfunctions", "heatmap", "scores"),
variable = 1,
components = 1:2,
domains = NULL,
align_sign = TRUE,
...
)
x |
An object of class |
type |
One of |
variable |
Index of the functional variable to display when
|
components |
Indices of the components to display (default |
domains |
Domain lengths at which to draw the eigenfunctions. If
|
align_sign |
If |
... |
Further graphical arguments. |
Called for its side effect (a plot). Invisibly returns NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.