plot.qtsclust {squat} | R Documentation |
Plot for qtsclust
objects
Description
This function creates a visualization of the clustering results obtained on a sample of QTS without returning the plot data as an object.
Usage
## S3 method for class 'qtsclust'
plot(x, ...)
Arguments
x |
An object of class |
... |
Further arguments to be passed to other methods. |
Value
No return value, called for side effects.
Examples
out <- kmeans(vespa64$igp[1:10], n_clusters = 2)
plot(out)
[Package squat version 0.3.0 Index]