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 qtsclust as produced by kmeans.qts_sample() or hclust.qts_sample().

...

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]