View source: R/helpers_sparse_matrix.R
scale.sparse | R Documentation |
An alternative version of scale for sparse matrix. Avoid errors for large matrixes.
## S3 method for class 'sparse' scale(matrix, blocksize = 500)
matrix |
any matix; the data tha will be scaled. |
blocksize |
numeric; the size of the blocks used in each scaling. |
any matrix; the scaled matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.