Learn R Programming

squat (version 0.5.0)

plot.qtsclust: 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 qtsclust
plot(x, ...)

Value

No return value, called for side effects.

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.

Examples

Run this code
out <- kmeans(vespa64$igp[1:10], n_clusters = 2)
plot(out)

Run the code above in your browser using DataLab