This function plot the original and Co-clustered data-sets.
# S4 method for BinaryOptions
plot(x, y, ...)# S4 method for ContingencyOptions
plot(x, y, ...)
# S4 method for ContinuousOptions
plot(x, y, ...)
# S4 method for CategoricalOptions
plot(x, y, ...)
output object from coclusterBinary
,
coclusterCategorical
, coclusterContingency
,
coclusterContinuous
.
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.