R/transformation.R
zero_to_half_min.Rd
Replace zero values in a matrix by half of the minimum non-null value in the matrix.
zero_to_half_min(mat)
Numeric matrix.
The matrix with zero values replaced.