conc_per_cell_new: Determine the concentrations within the highest focal cells...

View source: R/utils.R

conc_per_cell_newR Documentation

Determine the concentrations within the highest focal cells for the current iteration

Description

Determine the concentrations within the highest focal cells for the current iteration.

Usage

conc_per_cell_new(
  high_foc,
  dff,
  value,
  size,
  points,
  db,
  radius,
  crs_from,
  crs_to,
  lon,
  lat
)

Arguments

high_foc

data.frame containing cell ids with the top n focal values from the current iteration.

dff

data.frame with all observations

value

column name in 'dff' to find concentrations for.

size

size of cell in meters.

points

number of points per 'size'.

db

data.frame containing previously saved highest concentrations.

radius

radius of circle in meters.

crs_from

crs from

crs_to

crs to

Author(s)

Martin Haringa


spatialrisk documentation built on June 8, 2025, 9:40 p.m.