randomize_matrix: Randomize a matrix of values

View source: R/utils_helper.R

randomize_matrixR Documentation

Randomize a matrix of values

Description

Subtracts a random value between 0 and 1 from all values. Then convert negative values to zeros.

Usage

randomize_matrix(mat)

Arguments

mat

A matrix to randomize


biosurf/cyCombine documentation built on May 23, 2024, 4:07 a.m.