plot.RFPCA | R Documentation |
Plot an RFPCA object
## S3 method for class 'RFPCA'
plot(
x,
type = c("mu", "phi", "cov", "fitted", "raw"),
K = 3,
subset,
inputData,
dimNames,
...
)
x |
An RFPCA object |
type |
The type of plot to produce. 'mu', mean function; 'phi', eigenfunctions; 'cov', covariance function'; 'fitted', fitted trajectories; 'raw', raw observations |
K |
The number of components to use or plot |
subset |
A subset of subject IDs to plot |
inputData |
The input data (a list of Ly and Lt) |
dimNames |
An optional vector specifying the dimension names |
... |
Not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.