plot.dba {IncDTW}R Documentation

Plot the results from Dynamic Time Warping Barycenter Averaging

Description

Plot function for objects of type dba, the output of dba().

Usage

## S3 method for class 'dba'
plot(x, type = c("barycenter", "m2m", "m2lot"), ...)
# an alias for plot_dba
plot_dba(x, type = c("barycenter", "m2m", "m2lot"), ...)

plotBary(x, ...)

plotM2m(x, ...)

plotM2lot(x, ...)

Arguments

x

output from dba()

type

character, one of c('barycenter', 'm2m', 'm2lot')

...

Other arguments passed on to methods. Currently not used.

Details

See Also

dba

Examples

# see examples of dba()

[Package IncDTW version 1.1.4.4 Index]