xselect_decom: Select 'rtemis' cross-decomposer

View source: R/select_xdecom.R

xselect_decomR Documentation

Select rtemis cross-decomposer

Description

Accepts decomposer name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.

Usage

xselect_decom(xdecom, fn = FALSE, desc = FALSE)

Arguments

xdecom

Character: Cross-decomposition name; case insensitive

fn

Logical: If TRUE, return function, otherwise return name of function. Default = FALSE

desc

Logical: If TRUE, return full name of algorithm. Default = FALSE

Value

Function or name of function (see param fn) or full name of algorithm (desc)

Author(s)

E.D. Gennatas

See Also

Other Cross-Decomposition: x_CCA()


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.