View source: R/appl_hotspots.r
hotspots.poislpp | R Documentation |
See the hotspots vignette available by starting R, typing
library("GET")
and vignette("GET")
.
hotspots.poislpp(
PP,
formula,
data,
sigma = 250,
nsim = 10000,
ncores = 1L,
...
)
PP |
The point pattern living in a network. |
formula |
A formula for the intensity. |
data |
Data from where the formula takes objects. Must be acceptable by the function lppm of spatstat.linnet. |
sigma |
To be passed to density.lpp. |
nsim |
Number of simulations to be performed. |
ncores |
Number of cores used for computations. Default to 1. If NULL, all available cores are used. |
... |
Additional parameters to be passed to |
Mrkvička et al. (2023). Hotspot detection on a linear network in the presence of covariates: A case study on road crash data. DOI: 10.2139/ssrn.4627591
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.