plot {blockcluster} | R Documentation |
Plot function.
Description
This function plot the original and Co-clustered data-sets.
Usage
## S4 method for signature 'BinaryOptions'
plot(x, y, ...)
## S4 method for signature 'ContingencyOptions'
plot(x, y, ...)
## S4 method for signature 'ContinuousOptions'
plot(x, y, ...)
## S4 method for signature 'CategoricalOptions'
plot(x, y, ...)
Arguments
x |
output object from |
y |
Ignored |
... |
Additional argument(s). Currently we support two additional argument. "asp": If this is set to TRUE the original aspect ratio is conserved. By default "asp" is FALSE. "type" : This is the type of plot which is either "cocluster" or "distribution". The corresponding plots are Co-clustered data and distributions and mixture densities for Co-clusters respectively. Default is "cocluster" plot. |
[Package blockcluster version 4.5.5 Index]