cl.plot {Cluster.OBeu} | R Documentation |
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 |
parameters |
List of parameters to indicate plotting of ellipses or convex hulls. Default values: |
Author(s)
Jaroslav Kuchar <https://github.com/jaroslav-kuchar>
See Also
Examples
inputs.clustering <- cl.analysis(city_data, cl.meth="pam", clust.numb=2)
cl.plot(inputs.clustering, parameters = list(ellipses=TRUE))
[Package Cluster.OBeu version 1.2.3 Index]