Learn R Programming

SoilR (version 1.1-23)

getTimeRange_method__BoundFc: ask for the boundaries of the underlying time interval

Description

The method returns the time range of the given object It is ( probably mostly ) used internally to make sure that time dependent functions retrieved from data are not used outside the interval where they are valid.

Arguments

object

Value

c(t_min,t_max) containing start and end time of the time interval for which the object has been defined.