Rdocumentation
powered by
Learn R Programming
SoilR (version 1.1-23)
TimeMap.new: basic constructor of the class TimeMap.
Description
A TimeMap is nothing more than an usual R-function of one argument augmented by the lower and upper boundary of the interval where it is defined.
Usage
TimeMap.new(t_start, t_end, f)
Arguments
t_start
A number marking the begin of the time domain where the function is valid
t_end
A number the end of the time domain where the function is valid
f
The time dependent function definition (a function in R's sense)
Value