View source: R/networkEiganat.R
| lowrankRowMatrix | R Documentation | 
Produces a low rank version of the input matrix
lowrankRowMatrix(A, k = 2, faster = FALSE)
| A | input matrix | 
| k | rank to use | 
| faster | boolean | 
matrix is output
Avants BB
mat <- matrix(rnorm(300), ncol = 50)
lrmat <- lowrankRowMatrix(mat, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.