summary.sparseBC: Plot an object of class 'sparseBC' or 'matrixBC'

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/summary.sparseBC.R

Description

This function provides some information for an object sparseBC or matrixBC

Usage

1
2
## 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

1
# See example in sparseBC

sparseBC documentation built on May 2, 2019, 2:11 a.m.