plot.caps {fdacluster} | R Documentation |
Plots the result of a clustering strategy stored in a caps
object
Description
This function creates a visualization of the result of the k-mean alignment algorithm without returning the plot data as an object. The user can choose to visualize either the amplitude information data in which case original and aligned curves are shown or the phase information data in which case the estimated warping functions are shown.
Usage
## S3 method for class 'caps'
plot(x, type = c("amplitude", "phase"), ...)
Arguments
x |
An object of class |
type |
A string specifying the type of information to display. Choices
are |
... |
Not used. |
Examples
plot(sim30_caps, type = "amplitude")
plot(sim30_caps, type = "phase")
[Package fdacluster version 0.3.0 Index]