Objects of this class carry sparse (irregular) space/time data
Slots
sp:: Object of class "Spatial", containing the bounding box of all trajectories
time:: Object of class "xts", containing the temporal bounding box of all trajectories
traj:: Object of class list, each element holding an STI object reflecting a single trajectory;
data:: Object of class data.frame, which holds the data values for each feature in each trajectory
Methods
[: signature(x = "STTDF"): select trajectories, based on index, or spatial and/or temporal predicates
## S4 method for signature 'STTDF,ltraj'coerce(from, to, strict=TRUE)## S4 method for signature 'ltraj,STTDF'coerce(from, to, strict=TRUE)
Arguments
from: from object
to: target class
strict: ignored
Note
The data.frame needs to have a column called burst which is a factor (or character) and contains the grouping of observations that come from a continuous sequence of observations. In addition, a column id is used to identify individual items.