Learn R Programming

DoTC (version 0.2)

plotCS: Plot Cluster Segregation

Description

Pairwise comparisons of cluster segregations.

Usage

plotCS(fkm, which_clusters = NULL, colors = NULL, main = "")

Arguments

fkm
Result for one single fuzziness parameter m as calculated by wrapFKM.
which_clusters
Which clusters should be plotted? (Default is NULL, and all pair-wise cluster combinations are plotted).
colors
colors to be used (default is NULL, and colors are automatically provided)
main
main title (default is no title)

Value

Examples

Run this code
## Not run: plotCS(fkm, which_clusters = NULL, colors = NULL, main = "")

Run the code above in your browser using DataLab