ScalarTimeMap,missing,missing,missing,numeric,numeric-method | R Documentation |
constructor for data and times given as vectors
## S4 method for signature 'missing,missing,missing,numeric,numeric'
ScalarTimeMap(times, data, lag = 0, interpolation = splinefun)
times |
(the times for the values in data) |
data |
the values at times |
lag |
a (scalar) delay |
interpolation |
the interpolation, usually splinefun or approxfun |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.