cl.plot {Cluster.OBeu} | R Documentation |
cl.plot
function plots the clustering model constructed by the cl.analysis
function.
cl.plot(clustering.model, parameters = list())
clustering.model |
Object returned by the |
parameters |
List of parameters to indicate plotting of ellipses or convex hulls. Default values: |
Jaroslav Kuchar <https://github.com/jaroslav-kuchar>
inputs.clustering <- cl.analysis(city_data, cl.meth="pam", clust.numb=2)
cl.plot(inputs.clustering, parameters = list(ellipses=TRUE))