summary.sparseBC {sparseBC}R Documentation

Plot an object of class sparseBC or matrixBC

Description

This function provides some information for an object sparseBC or matrixBC

Usage

## S3 method for class 'sparseBC'
summary(object, ...) 

Arguments

object

an object of class sparseBC or link{matrixBC}

...

any other arguments passed to print.

Details

Some information for an object sparseBC. (1) Cluster labels for the rows/observations. (2) Cluster labels for the columns/features. (3) The estimated bicluster mean for each cluster.

Author(s)

Kean Ming Tan and Daniela Witten

References

#

See Also

sparseBC matrixBC image.sparseBC sparseBC.BIC sparseBC.choosekr

Examples

# See example in sparseBC

[Package sparseBC version 1.2 Index]