TemporalExtent-class: Temporal Extent class

Description Slots See Also Examples

Description

This class represents a temporal interval with POSIXt dates. The constructor for this class is the function textent,scidbst.

Slots

min

POSIXt derived object defining the minimum inclusive boundary

max

POSIXt derived object defining the maximum inclusive boundary

See Also

textent,scidbst

Examples

1
2
3
tmin = as.POSIXlt("2016-01-01")
tmax = strptime("01-02-2016",format="%d-%m-%Y")
ext = textent(tmin,tmax)

flahn/scidbst documentation built on May 16, 2019, 1:15 p.m.