normalize_matrix: Normalize a series of matrices in a list

View source: R/normalize_matrix.R

normalize_matrixR Documentation

Normalize a series of matrices in a list

Description

Normalize according to a provided max.value or according to the maximum value observed across all matrices in the list

Usage

normalize_matrix(matrix.list = NULL, max.value = NULL)

Arguments

matrix.list

list of matrices, potentially nested

max.value

optional value for normalizing

Value

list with the same structure as matrix.list, containing normalized matrices


RadicalCommEcol/MultitrophicFun documentation built on Oct. 13, 2023, 1:27 a.m.