Learn R Programming

COveR (version 1.0.1)

cluster_color: Clustering color for plotting.

Description

Get color from clustering cluster for data plotting.

Usage

cluster_color(x)

Arguments

x

A cluster.

Examples

Run this code
# NOT RUN {
plot(iris[,1:2], col=cluster_color(neokm(iris, 2, .2, .05)$cluster))
# }

Run the code above in your browser using DataLab