These functions are deprecated compatibility wrappers. Use the replacement functions shown in the warning messages.
Deprecated.
Usage
find_highest_concentration(
df,
value,
top_n = 1,
radius = 200,
cell_size = 100,
grid_precision = 1,
lon = "lon",
lat = "lat",
crs_metric = 3035,
print_progress = TRUE
)Arguments
- df
Deprecated wrapper argument.
- value
Deprecated wrapper argument.
- top_n
Deprecated wrapper argument.
- radius
Deprecated wrapper argument.
- cell_size
Deprecated wrapper argument.
- grid_precision
Deprecated wrapper argument.
- lon
Deprecated wrapper argument.
- lat
Deprecated wrapper argument.
- crs_metric
Deprecated wrapper argument.
- print_progress
Deprecated wrapper argument.
`find_highest_concentration()` was renamed to [concentration_hotspot()].
