colhistogram: Get the columnlengths for a list of bicluster objects.

colhistogramR Documentation

Get the columnlengths for a list of bicluster objects.

Description

Can be used for e.g. histograms.

Usage

colhistogram(bic)

Arguments

bic

A list of bicluster objects.

Value

A vector with the lenghts of the columns 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))
# colhistogram(bics)


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