Learn R Programming

dtwSat (version 0.1.0)

dtwSat: Multidimensional Time-Weighted DTW Alignment

Description

This function performs a multidimensional Time-Weighted DTW analysis and retrieves one or more possible alignments of a query within a time series.

Usage

dtwSat(query, template, ...)

Arguments

query
A zoo object with a query time series
template
A zoo object with a template time series similar to query. The template must have the same number of attributes and be equal to or longer than the query
...
additional arguments passed to twdtw

Value

An object of class dtwSat-class

See Also

twdtw and mtwdtw

Examples

Run this code
names(query.list)
alig = dtwSat(query.list[["Soybean"]], template)
alig

Run the code above in your browser using DataLab