View source: R/appl_hotspots.r
rMatClustlpp | R Documentation |
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")
.
rMatClustlpp(Centers, R, alpha, LL, check_vol = FALSE)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.