`highest_concentration()` is deprecated. Use
concentration_hotspot for fixed-radius hotspot detection in
new analyses.
highest_concentration(
df,
value,
lon = lon,
lat = lat,
lowerbound = NULL,
radius = 200,
grid_distance = 25,
gh_precision = 6,
display_progress = TRUE
)A legacy data frame with candidate hotspot coordinates and concentration values.
Deprecated. Data frame of point locations.
Deprecated. Column with values to aggregate.
Deprecated. Longitude column.
Deprecated. Latitude column.
Deprecated. Lower bound used by the legacy geohash search.
Deprecated. Radius in meters.
Deprecated. Grid distance in meters.
Deprecated. Geohash precision used by the legacy search.
Deprecated. Whether to show a progress bar.
Martin Haringa
This legacy function used a geohash-based screening workflow. It is retained
only for backward compatibility. The current high-level interface is
concentration_hotspot, which documents the supported hotspot
search methods and returns the current hotspot object structure.