Description Usage Arguments Value Examples
Take a numerical matrix and return the number of SVD components available to reduce
1 | num_components(mat)
|
mat |
A numeric matrix or a data frame coercible into a numeric matrix |
An integer number of components contained in the matrix
1 2 3 4 5 | # Uses matrix made from the Linux Penguin: Attribution: Larry Ewing <lewing@isc.tamu.edu>
## Not run:
print(num_components(noisymatrix))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.