rjitter.lpp: Random Perturbation of a Point Pattern on a Network
Description
Applies independent random displacements to each point
in a point pattern on a network.
Usage
# S3 method for lpp
rjitter(X, radius, ..., nsim = 1, drop = TRUE)
Arguments
Value
A point pattern on a linear network
(object of class "lpp")
or a list of such point patterns.
Details
The function rjitter is generic. This function is
the method for the class "lpp" of point patterns on a linear network.
Each of the points in X will be displaced along the network
by a random amount, independently of other points.
The maximum displacement distance is specified by radius.
Each point remains on the same line segment of the network
as it originally was.