setup_PCA: Setup PCA parameters.

View source: R/10_S7_DecompositionParameters.R

setup_PCAR Documentation

Setup PCA parameters.

Description

Setup PCA parameters.

Usage

setup_PCA(k = 3L, center = TRUE, scale = TRUE, tol = NULL)

Arguments

k

Integer: Number of components. (passed to prcomp rank.)

center

Logical: If TRUE, center the data.

scale

Logical: If TRUE, scale the data.

tol

Numeric: Tolerance.

Value

PCAParameters object.

Author(s)

EDG


egenn/rtemis documentation built on June 14, 2025, 11:54 p.m.