`neighborhood_gh_search()` is deprecated. Use
concentration_hotspot for fixed-radius hotspot detection in
new analyses.
neighborhood_gh_search(
hc,
highest_geohash = 1,
max.call = 1000,
verbose = TRUE,
seed = 1
)A legacy data frame with refined hotspot coordinates.
Deprecated. Object returned by highest_concentration().
Deprecated. Number of geohashes used by the legacy refinement.
Deprecated. Maximum number of calls used by the legacy simulated-annealing search.
Deprecated. Whether to show messages from the legacy search.
Deprecated. Random seed for the legacy search.
Martin Haringa