swifco_rs.observers.population module

swifco_rs.observers.population.age_class_map()

Grid with 3 layers: Piglets, Yearlings, Adults

swifco_rs.observers.population.age_class_table()

Time series of total population and population per age class.

Columns are [Total, Piglets, Yearlings, Adults]

swifco_rs.observers.population.carcasses_map()

Grid with three layers: [Present, Deposited, Infectious]

swifco_rs.observers.population.carcasses_table()

Time series of number of carcasses.

Columns are [Present, Deposited, Infectious]

swifco_rs.observers.population.cause_of_death_map()

Grid with layer for each cause of death, i.e. Total, Natural, Hunting, Disease, Management

swifco_rs.observers.population.cause_of_death_table()

Time series of deaths by cause.

Columns are [Total, Natural, Hunting, Disease, Management]

swifco_rs.observers.population.population_map()

Map of population per cell

swifco_rs.observers.population.population_table()

Time series of individuals, births and deaths.

Columns are [Individuals, Newborn, Deaths]