dim,bicluster-method {mosbi}R 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)))

[Package mosbi version 1.0.3 Index]