Description Slots Methods Author(s) Examples
defines a (time dependent) mapping including the function definition and the ### domain where the function is well defined. This can be used to avoid interpolations out of range when mixing different time dependent data sets
map:Object of class "function" ~~
lag:Object of class "numeric" ~~
starttime:Object of class "numeric" ~~
endtime:Object of class "numeric" ~~
signature(x = "TimeMap"): ...
signature(map = "TimeMap", starttime = "missing", endtime = "missing", lag = "missing", interpolation = "missing"): ...
signature(map = "TimeMap", starttime = "missing", endtime = "missing"): ...
signature(object = "TimeMap"): ...
signature(.Object = "TimeMap", map = "data.frame"): ...
signature(object = "TimeMap"): ...
signature(object = "TimeMap"): ...
signature(object = "TimeMap"): ...
signature(.Object = "TimeMap"): ...
Carlos A. Sierra, Markus Mueller
1 | showClass("TimeMap")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.