otsuHelper: Calculate Otsu thresholds on each column of a matrix

Description Usage Arguments Value Examples

Description

Calculate Otsu thresholds on each column of a matrix

Usage

1

Arguments

matrix

the target matrix, whose columns will be thresholded

Value

numeric vector

Examples

1
2
m <- matrix(rnorm(400), 40, 10)
otsuHelper(m)

jonalim/mfBiclust documentation built on May 4, 2019, 4:13 a.m.