stlpp {stlnpp} | R Documentation |
Create spatio-temporal point pattern on linear network
Description
Create an object of class stlpp
representing a spatio-temporal point pattern on a linear network.
Usage
stlpp(X, L, T, ...)
Arguments
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 |
Details
This function creates an object of class stlpp
. For details about X see lpp
. T
represents the time occurrences of data points.
Value
An object of class stlpp
.
Author(s)
Mehdi Moradi <m2.moradi@yahoo.com>
See Also
Examples
data(easynet)
X <- rpoislpp(1,easynet)
t <- runif(npoints(X))
stlpp(X,T=t,L=easynet)
[Package stlnpp version 0.4.0 Index]