Skip to content

Commit

Permalink
sum_edc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Nov 13, 2024
1 parent 3b47a5f commit 768a568
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/calculate_covariates.R
Original file line number Diff line number Diff line change
Expand Up @@ -1132,9 +1132,10 @@ calculate_temporal_dummies <-

# nolint start
#' Calculate Sum of Exponentially Decaying Contributions (SEDC) covariates
#' @param from `SpatVector` object. Locations where each SEDC is calculated.
#' @param locs `SpatVector` object. Locations where
#' the sum of SEDCs are calculated.
#' @param from `SpatVector`(1). Point locations which contain point-source
#' covariate data.
#' @param locs sf/SpatVector(1). Locations where the sum of exponentially
#' decaying contributions are calculated.
#' @param locs_id character(1). Name of the unique id field in `point_to`.
#' @param sedc_bandwidth numeric(1).
#' Distance at which the source concentration is reduced to
Expand Down
7 changes: 4 additions & 3 deletions man/sum_edc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 768a568

Please sign in to comment.