powered by
qtsclust
This function creates a visualization of the clustering results obtained on a sample of QTS without returning the plot data as an object.
# S3 method for qtsclust plot(x, ...)
No return value, called for side effects.
An object of class qtsclust as produced by kmeans.qts_sample() or hclust.qts_sample().
kmeans.qts_sample()
hclust.qts_sample()
Further arguments to be passed to other methods.
out <- kmeans(vespa64$igp[1:10], n_clusters = 2) plot(out)
Run the code above in your browser using DataLab