Description Usage Arguments Author(s) See Also
This function takes the results generated from flowPeaks as an input, and plot the data in 2D. These plots display the clustering structure
1 2 3 4 5 |
x |
Anobject of class flowPeaks, e.g., t
the output from the functions |
idx |
The index of the columns will be used to plot the clustering. idx needs to be at least legnth 2, and have no duplicate elements, and the values can only take from 1 to d, where d is the number of columns for the input matrix x that is used as an input of the function flowPeaks |
drawlab |
The option to decide whether we should draw the cluster labels |
cols |
The color specification for plotting the points in each cluster. Please note, "white" and "black" are not allowed, which are reserved for other purpse |
drawvor |
Deciding whether the voronoi diagram should be drawn, only good for 2D data |
drawlocalpeaks |
Decding whether the local peaks with a triangle symbol should be drawn |
drawkmeans |
Deciding whether the kmeans center with a filled circle should be drawn |
drawboundary |
Deciding whether the boudary between clusters should be drawn, only good for 2D data |
classlab |
Use this to replace the default class labels from
x$peak.cluster, for example, the classlab may come from
|
negcol |
Deciding the color of the negative, which are outliers |
negpch |
Deciing the symbols for the outliers |
... |
Optional additional arguments. At present no additional arguments are used. |
Yongchao Ge yongchao.ge@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.