Skip to contents

This function creates a visualization of the results of the k-means alignment algorithm applied on a sample of QTS without returning the plot data as an object.

Usage

# S3 method for kma_qts
plot(x, ...)

Arguments

x

An object of class kma_qts as produced by the kmeans() function.

...

Further arguments to be passed to other methods.

Examples

res_kma <- kmeans(vespa64$igp[1:10], k = 2, nstart = 1)
#> Error in format_inputs(x, y): The package "fda" is required.
plot(res_kma)
#> Error in eval(expr, envir, enclos): object 'res_kma' not found