A data.frame equal to data.frame sub including an extra column
concentration.
Arguments
sub
data.frame of locations to calculate concentration risk for
(target points). sub should include at least columns for longitude
and latitude.
full
data.frame to find the locations within radius r from
locations in sub (reference locations). full should include at
least columns for longitude, latitude and value of interest to summarize.
value
column name with value of interest to summarize in full.
lon_sub
column name in sub with longitude (lon is default).
lat_sub
column name in sub with latitude (lat is default).
lon_full
column name in full with longitude in full
(lon is default).
lat_full
column name in full with latitude in full
(lat is default).