plot.qtsclust: Plot for 'qtsclust' objects

View source: R/qts-kmeans.R

plot.qtsclustR 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)

astamm/squad documentation built on Jan. 26, 2024, 5:30 p.m.