Accepts decomposer name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.
xdecomSelect(xdecom, fn = FALSE, desc = FALSE)
String: Cross-decomposition name; case insensitive
Logical: If TRUE, return function, otherwise return name of function. Default = FALSE
Logical: If TRUE, return full name of algorithm. Default = FALSE
Function or name of function (see param fn
) or full name of algorithm (desc
)