plot: Plot WhiBo Cluster Representatives

Description Usage Arguments Value Author(s) Examples

Description

Plot WhiBo Cluster Representatives

Usage

1
2
## S3 method for class 'whibo_cluster'
plot(x, ...)

Arguments

x

WhiBo Cluster model.

...

None of those will be used.

Value

Line plot with Cluster representatives

Author(s)

Sandro Radovanovic sandro.radovanovic@gmail.com

Examples

1
2
3
4
data <- iris[, 1:4] #Numerical data only

model <- whibo_clustering(data = data, k = 3)
plot(model)

whiboclustering documentation built on May 2, 2019, 6:46 a.m.