population_density.Rd
Population density in each block
population_density(a, b)
a | A number of Population in a block |
---|---|
b | A number of Area(Hectare) in a block |
The product of a
and b
population_density(42330, 249) #> [1] 170 population_density(26790, 190) #> [1] 141