Learn R Programming

sparseBC (version 1.2)

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

Description

This function provides some information for an object sparseBC or matrixBC

Usage

# S3 method for 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.

References

#

See Also

sparseBC matrixBC image.sparseBC sparseBC.BIC sparseBC.choosekr

Examples

Run this code
# NOT RUN {
# See example in sparseBC
# }

Run the code above in your browser using DataLab