Description Usage Arguments Details Value
Calculating urban fraction by pixel is strange when you have 100 m pixels because urban fraciton is 1000 people in a square kilometer, which is 10 people in a square 100 m, so it's more than one large household.
1  | density_estimated(population, bioko_sf, bandwidth, urban_cutoff = 10)
 | 
bioko_sf | 
 Shapefile for bioko borders  | 
bandwidth | 
 A bandwidth to use for the kernel density estimator You have to choose this number. Take a look at 'power_bandwidth'.  | 
population_array | 
 a Raster of population  | 
cutoff | 
 The minimum that determines  | 
Therefore, we use a kernel density estimator for these grid resolutions.
A fraction that are above that level
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.