Description Usage Arguments Details Examples
This function processes a raster of human population (counts) to be compatible with the dengue model
1 | pop.process(sgpop, agg = FALSE)
|
sgpop |
A raster of human population counts |
agg |
Multiplier for level of aggregation of the raster, defaults to FALSE (0) |
Processes performed involve i) making all pixels integer value (so each pixel contains a discrete number of people) ii) if supplied "agg" determines the scale of pixel aggregation, e.g. agg = 10 will convert a raster with pixels sized 100m x 100m to 1000m x 1000m
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.