plotCS: Plot Cluster Segregation

Description Usage Arguments Value Author(s) Examples

Description

Pairwise comparisons of cluster segregations.

Usage

1
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

A plot with pairwise comparisons of cluster segregations.

Author(s)

Holger Sennhenn-Reulen

Examples

1
## Not run: plotCS(fkm, which_clusters = NULL, colors = NULL, main = "")

Example output

Loading required package: ggplot2
Loading required package: plyr

DoTC documentation built on May 2, 2019, 3:36 p.m.

Related to plotCS in DoTC...