Description Usage Arguments Value
View source: R/disaggregator.R
Create gridded population estimates by disaggregating population totals from polygon geometries using building footprints.
1 | disaggregator(feature, buildings, popcol = NULL)
|
feature |
sf. An "sf" object with feature geometries (POLYGONS or MULTIPOLYGONS). The first column should contain population totals for each polygon (class "numeric"). |
buildings |
raster. A "raster" object with counts of buildings per pixel. |
popcol |
character. The column name from "feature" that contains the population totals. If NULL, the first column will be used. |
Gridded population estimates as a "raster" object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.