do_norm: Normalize a matrix to its max value by row or column

View source: R/plot_fxns.R

do_normR Documentation

Normalize a matrix to its max value by row or column

Description

Normalizes a matrix to its max value by row or column

Usage

do_norm(mat, dir)

Arguments

mat

The matrix to be normalized

dir

The direction to normalize the matrix c('row', 'col')

Value

Normalized matrix in the direction specified.


Chris-Cherry/domino documentation built on Dec. 9, 2024, 12:28 a.m.