Skip to contents

`neighborhood_gh_search()` is deprecated. Use concentration_hotspot for fixed-radius hotspot detection in new analyses.

Usage

neighborhood_gh_search(
  hc,
  highest_geohash = 1,
  max.call = 1000,
  verbose = TRUE,
  seed = 1
)

Arguments

hc

Deprecated. Object returned by highest_concentration().

highest_geohash

Deprecated. Number of geohashes used by the legacy refinement.

max.call

Deprecated. Maximum number of calls used by the legacy simulated-annealing search.

verbose

Deprecated. Whether to show messages from the legacy search.

seed

Deprecated. Random seed for the legacy search.

Value

A legacy data frame with refined hotspot coordinates.

Author

Martin Haringa