rSSI.lpp: Simulate Simple Sequential Inhibition on a Linear Network

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/rSSI.lpp.R

Description

Simulate Simple Sequential Inhibition point pattern on a Linear Network.

Usage

1
rSSI.lpp(n, r, L, giveup = 1000, nsim = 1, ...)

Arguments

n

number of points.

r

inhibition distance.

L

linear network.

giveup

number of rejected proposals.

nsim

number of simulation.

...

ignored.

Details

This function simulates Simple Sequential Inhibition point patterns on a given linear network. The points are at least r units far from each other. Take the relationship of n and r into account with respect to the total length of the underlying linear network.

Value

an object of class lpp.

Author(s)

Mehdi Moradi m2.moradi@yahoo.com

References

Cronie, O., Moradi, M., and Mateu, J (2020) Inhomogeneous higher-order summary statistics for point processes on linear networks. Statistics and Computing.

See Also

rSSI

Examples

1
2
x <- rSSI.lpp(30,.75,easynet)
plot(x)

Moradii/LinearJ documentation built on Sept. 7, 2021, 11:36 p.m.