stlpp | R Documentation |
Create an object of class stlpp
representing a spatio-temporal point pattern on a linear network.
stlpp(X, L, T, ...)
X |
Locations of the points. a matrix or data frame of coordinates, or a point pattern object (of class "ppp") or other data acceptable to |
L |
linear network (object of class |
T |
time occurrence of the points |
... |
ignored |
This function creates an object of class stlpp
. For details about X see lpp
. T
represents the time occurrences of data points.
An object of class stlpp
.
Mehdi Moradi <m2.moradi@yahoo.com>
as.stlpp
, lpp
data(easynet)
X <- rpoislpp(1,easynet)
t <- runif(npoints(X))
stlpp(X,T=t,L=easynet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.