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: |
#> Error in cl.analysis(city_data, cl.meth = "pam", clust.numb = 2): object 'city_data' not foundcl.plot(inputs.clustering, parameters = list(ellipses=TRUE))#> Error in is(clustering.model, "json"): object 'inputs.clustering' not found