Population density in each block

population_density(a, b)

Arguments

a

A number of population in a block

b

A number of Shape_Area in a block

Value

The product of a and b

Examples

population_density(96, 9250)
#> [1] 0.01037838
population_density(108, 13246)
#> [1] 0.008153405