stlpp: Create spatio-temporal point pattern on linear network

View source: R/methods.stlpp.R

stlppR Documentation

Create spatio-temporal point pattern on linear network

Description

Create spatio-temporal point pattern on 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 as.ppp or lpp

L

linear network (object of class "linnet"). No need to be given if X is an object of lpp

T

time vector

...

ignored

Details

This function creates an object of class stlpp. For details about X see lpp. T represents the time occurrence of data points.

Value

an object of class stlpp.

Author(s)

Mehdi Moradi <m2.moradi@yahoo.com>

See Also

as.stlpp, lpp

Examples

X <- rpoislpp(1,easynet)
t <- runif(npoints(X))
stlpp(X,T=t,L=easynet)

stlnpp documentation built on Nov. 11, 2022, 9:11 a.m.