hotspots.poislpp: Hot spots detection for Poisson point process - parallel...

View source: R/appl_hotspots.r

hotspots.poislppR Documentation

Hot spots detection for Poisson point process - parallel version

Description

See the hotspots vignette available by starting R, typing library("GET") and vignette("GET").

Usage

hotspots.poislpp(
  PP,
  formula,
  data,
  sigma = 250,
  nsim = 10000,
  ncores = 1L,
  ...
)

Arguments

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 fdr_envelope.

References

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


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