Learn R Programming

Cluster.OBeu (version 1.2.3)

cl.plot: Clustering model plotting

Description

cl.plot function plots the clustering model constructed by the cl.analysis function.

Usage

cl.plot(clustering.model, parameters = list())

Arguments

clustering.model

Object returned by the cl.analysis function.

parameters

List of parameters to indicate plotting of ellipses or convex hulls. Default values: list(ellipses=FALSE, convex.hulls=FALSE).

See Also

cl.analysis

Examples

Run this code
# NOT RUN {
inputs.clustering <- cl.analysis(city_data, cl.meth="pam", clust.numb=2)
cl.plot(inputs.clustering, parameters = list(ellipses=TRUE))

# }

Run the code above in your browser using DataLab