decom: Matrix Decomposition with 'rtemis'

View source: R/decom.R

decomR Documentation

Matrix Decomposition with rtemis

Description

Convenience function to perform any rtemis decomposition

Usage

decom(x, decom = "PCA", verbose = TRUE, ...)

Arguments

x

Numeric matrix / data frame: Input data

decom

Character: Decomposer name. See ]linkselect_decom.

verbose

Logical: if TRUE, print messages to console

...

Additional arguments to be passed to decom

Details

decom returns an R6 class object rtDecom

Value

rtDecom object

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on Oct. 28, 2024, 6:30 a.m.