206: Class '"TimeMap"'

Description Slots Methods Author(s) Examples

Description

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

Slots

map:

Object of class "function" ~~

lag:

Object of class "numeric" ~~

starttime:

Object of class "numeric" ~~

endtime:

Object of class "numeric" ~~

Methods

as.character

signature(x = "TimeMap"): ...

BoundInFlux

signature(map = "TimeMap", starttime = "missing", endtime = "missing", lag = "missing", interpolation = "missing"): ...

BoundLinDecompOp

signature(map = "TimeMap", starttime = "missing", endtime = "missing"): ...

DecompOp

signature(object = "TimeMap"): ...

fromDataFrame

signature(.Object = "TimeMap", map = "data.frame"): ...

getFunctionDefinition

signature(object = "TimeMap"): ...

getTimeRange

signature(object = "TimeMap"): ...

InFlux

signature(object = "TimeMap"): ...

initialize

signature(.Object = "TimeMap"): ...

Author(s)

Carlos A. Sierra, Markus Mueller

Examples

1
showClass("TimeMap")

SoilR documentation built on May 4, 2017, 9:08 p.m.

Related to 206 in SoilR...