Skip to content

Commit

Permalink
fix #571
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerke committed Sep 19, 2024
1 parent 8830cf9 commit 5fed58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ as_dot_density <- function(
}


#' Use population-weighted interpolation to transfer information from one set of shapes to another
#' Use population-weighted areal interpolation to transfer information from one set of shapes to another
#'
#' A common use-case when working with time-series small-area Census data is to transfer data from one set of shapes (e.g. 2010 Census tracts) to another set of shapes (e.g. 2020 Census tracts). Population-weighted interpolation is one such solution to this problem that takes into account the distribution of the population within a Census unit to intelligently transfer data between incongruent units.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/interpolate_pw.Rd

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

0 comments on commit 5fed58f

Please sign in to comment.