
An abstract class from which useful spatio-temporal classes are derived
ST(sp, time, endTime)
an object deriving from class Spatial, such as a SpatialPoints or SpatialPolygons
an object of class xts, or a time vector (currently: Date, POSIXct, timeDate, yearmon and yearqtr; are supported; see xts); in the latter case, it should be in time order
vector of class POSIXct
holding end points of
time intervals
Objects of this class are not meant to be useful; only derived classes can be meaningful
sp
:Object deriving from class "Spatial"
time
:Object of class "xts"
signature(obj = "ST")
: retrieves the attribute element
signature(obj = "ST")
: retrieves the attribute element
signature(obj = "ST")
: sets or replaces the attribute element
signature(obj = "ST")
: sets or replaces the attribute element
http://www.jstatsoft.org/v51/i07/
# NOT RUN {
time = as.Date('2008-01-01')+1:2
library(sp)
sp = SpatialPoints(cbind(c(0,1),c(0,1)))
ST(sp, time, delta(time))
# }
Run the code above in your browser using DataLab