Learn R Programming

rtemis (version 0.79)

xdecomSelect: 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

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

Arguments

xdecom

String: 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)

See Also

Other Cross-Decomposition: x.CCA, x.SD2RES