decomp | R Documentation |
Perform linear or non-linear decomposition of numeric data.
decomp(x, algorithm = "ICA", parameters = NULL, verbosity = 1L)
x |
Matrix or data frame: Input data. |
algorithm |
Character: Decomposition algorithm. |
parameters |
DecompositionParameters: Algorithm-specific parameters. |
verbosity |
Integer: Verbosity level. |
Decomposition object.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.