autoplot.qtsclust | R Documentation |
qtsclust
objectsThis function creates a visualization of the clustering results obtained on a sample of QTS and returns the corresponding ggplot2::ggplot object which enable further customization of the plot.
## S3 method for class 'qtsclust'
autoplot(object, ...)
object |
An object of class |
... |
Further arguments to be passed to other methods. |
A ggplot2::ggplot object.
out <- kmeans(vespa64$igp[1:10], n_clusters = 2)
ggplot2::autoplot(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.