pca_components: Functional PCA Components

View source: R/pca_examination.R

pca_componentsR 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 pca()

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)

fChange documentation built on June 21, 2025, 9:08 a.m.