Learn R Programming

whiboclustering (version 0.1.2)

plot.whibo_cluster: Plot WhiBo Cluster Representatives

Description

Plot WhiBo Cluster Representatives

Usage

# S3 method for whibo_cluster
plot(x, ...)

Arguments

x

WhiBo Cluster model.

...

None of those will be used.

Value

Line plot with Cluster representatives

Examples

Run this code
# NOT RUN {
data <- iris[, 1:4] #Numerical data only

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

# }

Run the code above in your browser using DataLab