image.sparseBC: Image plot of an object of class 'sparseBC' or 'matrixBC'

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

View source: R/image.sparseBC.R

Description

This function plots a sparseBC or matrixBC object — the estimated bicluster mean matrix for the observations and features

Usage

1
2
## S3 method for class 'sparseBC'
image(x, labelx = TRUE, labely = TRUE, arrangex = FALSE, arrangey = FALSE, ...) 

Arguments

x

an object of class sparseBC or matrixBC

labelx

label the x-axis with the features number. The default is labelx=TRUE

labely

label the y-axis with the observations number. The default is labely=TRUE

arrangex

Rearrange the features/columns such that they are grouped into their respective clusters for the image plot. The default is arrangex=FALSE

arrangey

Rearrange the observations/rows such that they are grouped into their respective clusters for the image plot. The default is arrangey=FALSE.

...

additional parameters to be passed to image

Details

This function plots the estimated mean matrix from sparseBC or matrixBC. The columns are the features and the rows are the observations.

Author(s)

Kean Ming Tan and Daniela Witten

References

#

See Also

sparseBC matrixBC summary.sparseBC sparseBC.BIC sparseBC.choosekr

Examples

1
# See example in sparseBC

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