powered by
This function normalises each column in S to row sum
Normalise_S(S)
A matrix
A matrix or data.frame to be normalized
# Create a sample matrix S <- as.matrix(phytoclass::Sm) normalized <- phytoclass:::Normalise_S(S)
Run the code above in your browser using DataLab