count_ages#

count_ages(popdict)[source]#

Create an age count from a population dictionary.

Parameters:

popdict (dict) – dictionary defining population

Returns:

Dictionary of the age count of the population.

Return type:

dict