normalize_matrix {vprr} | R Documentation |
Normalize a matrix
Description
take each element of matrix dived by column total
Usage
normalize_matrix(mat)
Arguments
mat |
a matrix to normalize |
Details
Make sure to remove total rows before using with VP data
Note
used internally for visualization of confusion matrices
[Package vprr version 0.2.3 Index]