Description Usage Arguments Examples
This function takes takes a raster of population and creates a data.frame with key details including unique identifiers of the pixels and their characteristics including Longitude and Latitude and population. This is used later on by the model for reference
1 | make.unipix(popras)
|
popras |
A population raster, see ?sgpop |
1 2 | data(sgpop)
unipix <- make.unipix(sgpop)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.