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 thekmeans()
function.- ...
Further arguments to be passed to other methods.