rMatClustlpp: Simulating the Matern cluster process on a linear network

View source: R/appl_hotspots.r

rMatClustlppR Documentation

Simulating the Matern cluster process on a linear network

Description

Simulating the Matern clusters with parameters alpha and R given the (x,y)- coordinates of the parent points. This function is provided in GET to support hotspots.MatClustlpp. See the hotspots vignette available by starting R, typing library("GET") and vignette("GET").

Usage

rMatClustlpp(Centers, R, alpha, LL, check_vol = FALSE)

Arguments

Centers

The (x,y)-coordinates of parent points

R

Cluster radius parameter of the Matern cluster process.

alpha

Parameter related to mean number of points per cluster.

LL

The linear network on which the point pattern should be simulated.

check_vol

Logical. TRUE for checking if the ball producing the cluster has any intersection with linear network.


myllym/GET documentation built on July 3, 2025, 8:48 p.m.