Population density in each block

population_density(a, b)

Arguments

a

A number of Population in a block

b

A number of Area(Hectare) in a block

Value

The product of a and b

Examples

population_density(42330, 249)
#> [1] 170
population_density(26790, 190)
#> [1] 141