Learn R Programming

spatialrisk (version 0.8.1)

find_highest_concentration: Deprecated alias for concentration_hotspot()

Description

`find_highest_concentration()` is deprecated. Use [concentration_hotspot()] instead.

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
)

Value

See [concentration_hotspot()].

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.