plot-methods: Plot function.

plotR 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 coclusterBinary, coclusterCategorical, coclusterContingency, coclusterContinuous.

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.


blockcluster documentation built on March 7, 2023, 6:39 p.m.