rowhistogram: Get the rowlengths for a list of bicluster objects.

rowhistogramR Documentation

Get the rowlengths for a list of bicluster objects.

Description

Can be used for e.g. histograms.

Usage

rowhistogram(bic)

Arguments

bic

A list of bicluster objects.

Value

A vector with the lenghts of the rows in every bicluster object.

Examples

m <- matrix(seq(1:16), nrow=4)
# m <- matrix(rnorm(10000), nrow=100)
# bics <- c(run_fabia(m), run_isa(m), run_plaid(m))
# rowhistogram(bics)


tdrose/mosbi documentation built on May 4, 2022, 3:22 p.m.