plot.MCW: Plot Multi-Channel Clustering Results

plot.MultiChannelClustersR Documentation

Plot Multi-Channel Clustering Results

Description

Plot multi-channel clustering results returned from MultiChannel.WUC.

Usage

## S3 method for class 'MultiChannelClusters'
plot(x, xlab=NULL, ylab=NULL, main=NULL,
      sub=NULL, col.clusters=NULL, ...)

Arguments

x

an object of class as returned by MultiChannel.WUC.

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 plot function in package graphics.

Details

The function visualizes the input data as sticks whose heights are the weights. Colors indicate clusters. See MultiChannel.WUC for examples.

Value

An object of class "MultiChannelClusters" defined in MultiChannel.WUC.

Author(s)

Joe Song


Ckmeans.1d.dp documentation built on Aug. 20, 2023, 1:08 a.m.