View source: R/addl-measure-gen-fcns.R
Calculates the proportion of a population in a study area k meters from division.
pop_col specifies the colname for column in centroid_df
that contains CT populations
#' @export
1 2 3 4 5 6 7 8 | proximity_div_proportion(
centroid_df,
div_df,
identifier_column,
k = 400,
pop_col = "population",
verbose = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.