plot | R Documentation |
This function plot the original and Co-clustered data-sets.
## 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, ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.