dim,bicluster-method {mosbi} | R Documentation |
Get the dimensions of a bicluster.
## S4 method for signature 'bicluster' dim(x)
x |
A bicluster object. |
A numeric vector with the lengths of the rows and columns of the bicluster.
dim(bicluster(row=c(1,2), column=c(1,2)))