powered by
Create an object of class stlpp representing a spatio-temporal point pattern on a linear network.
stlpp
stlpp(X, L, T, ...)
An object of class stlpp.
Locations of the points. a matrix or data frame of coordinates, or a point pattern object (of class "ppp") or other data acceptable to as.ppp or lpp
as.ppp
lpp
linear network (object of class linnet) on which the points lie
linnet
time occurrence of the points
ignored
Mehdi Moradi <m2.moradi@yahoo.com>
This function creates an object of class stlpp. For details about X see lpp. T represents the time occurrences of data points.
T
as.stlpp, lpp
as.stlpp
data(easynet) X <- rpoislpp(1,easynet) t <- runif(npoints(X)) stlpp(X,T=t,L=easynet)
Run the code above in your browser using DataLab