| plot.MultiChannelClusters | R Documentation |
Plot multi-channel clustering results returned from MultiChannel.WUC.
## S3 method for class 'MultiChannelClusters'
plot(x, xlab=NULL, ylab=NULL, main=NULL,
sub=NULL, col.clusters=NULL, ...)
x |
an object of class as returned by |
xlab |
a character string. The x-axis label for the plot. |
ylab |
a character string. The x-axis label for the plot. |
main |
a character string. The title for the plot. |
sub |
a character string. The subtitle for the plot. |
col.clusters |
a vector of colors, defined either by integers or by color names. If the length is shorter than the number of clusters, the colors will be reused. |
... |
arguments passed to |
The function visualizes the input data as sticks whose heights are the weights. Colors indicate clusters. See MultiChannel.WUC for examples.
An object of class "MultiChannelClusters" defined in MultiChannel.WUC.
Joe Song
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.