Time warp a data-series using a time-offsetting model.
Arguments
- x
A first time-series
vector
or adata.frame
containing time-series to use a reference when warp-fittingy
.- y
A second time-series
vector
or adata.frame
containing time-series to warp-fit withx
.- by
If
x
ory
aredata.frames
, the names of time-series to warp-fit.- ...
Other arguments, currently ignored.
- fun
A
function
describing the warp-fitting model to be applied.- lower
The lowest values for
fun
, one per parameter.- upper
The highest values for
fun
, one per parameter.