rMatClustlpp {GET} | R 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. |
[Package GET version 1.0-7 Index]