Plot multi-channel clustering results returned from MultiChannel.WUC
.
# S3 method for MultiChannelClusters
plot(x, xlab=NULL, ylab=NULL, main=NULL,
sub=NULL, col.clusters=NULL, ...)
An object of class "MultiChannelClusters
" defined in MultiChannel.WUC
.
an object of class as returned by MultiChannel.WUC
.
a character string. The x-axis label for the plot.
a character string. The x-axis label for the plot.
a character string. The title for the plot.
a character string. The subtitle for the plot.
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 plot
function in package graphics.
Joe Song
The function visualizes the input data as sticks whose heights are the weights. Colors indicate clusters. See MultiChannel.WUC
for examples.