powered by
cl.plot function plots the clustering model constructed by the cl.analysis function.
cl.plot
cl.analysis
cl.plot(clustering.model, parameters = list())
Object returned by the cl.analysis function.
List of parameters to indicate plotting of ellipses or convex hulls. Default values: list(ellipses=FALSE, convex.hulls=FALSE).
list(ellipses=FALSE, convex.hulls=FALSE)
# 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