rpoislpp {spatstat} | R Documentation |
Generates a realisation of the Poisson point process with specified intensity on the given linear network.
rpoislpp(lambda, L, ...)
lambda |
Intensity of the Poisson process.
A single number, a |
L |
A linear network (object of class |
... |
Arguments passed to |
This function uses rpoisppOnLines
to generate the random points.
A point pattern on the linear network,
i.e.\ an object of class "lpp"
.
Ang Qi Wei aqw07398@hotmail.com and Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/
data(simplenet) X <- rpoislpp(5, simplenet) plot(X)