View source: R/normalize_matrix.R
normalize_matrix | R Documentation |
Normalize according to a provided max.value or according to the maximum value observed across all matrices in the list
normalize_matrix(matrix.list = NULL, max.value = NULL)
matrix.list |
list of matrices, potentially nested |
max.value |
optional value for normalizing |
list with the same structure as matrix.list, containing normalized matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.