dim-bicluster-method: Get the dimensions of a bicluster.

dim,bicluster-methodR Documentation

Get the dimensions of a bicluster.

Description

Get the dimensions of a bicluster.

Usage

## S4 method for signature 'bicluster'
dim(x)

Arguments

x

A bicluster object.

Value

A numeric vector with the lengths of the rows and columns of the bicluster.

Examples

dim(bicluster(row=c(1,2), column=c(1,2)))

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