pca_components {fChange} | R Documentation |
Functional PCA Components
Description
Evaluates the given pca components as a function.
Usage
pca_components(pca, components = 1:length(pca$sdev))
Arguments
pca |
PCA object from |
components |
Numeric for the components of interest. Can be a single numeric to examine that component or multiple to examine the combined result |
Value
A dfts object of the pca component(s)
Examples
tmp <- pca(electricity, TVE = 0.1)
pca_components(tmp, components = 1)
[Package fChange version 2.1.0 Index]