plot_pie_exposure: plot pie of human exposure

Description Usage Arguments Value Examples

Description

plots human exposure based on behaviour inputs

Usage

1
2
3
plot_pie_exposure(man = NULL, cow = NULL, indoor = NULL,
  intervene_indoor = 0, intervene_cow = 0, intervene_outdoor = 0,
  col = c("deepskyblue", "orange", "yellow"))

Arguments

man

proportion of indoor mosquitoes feeding on man

cow

proportion of outdoor mosquitoes feeding on livestock

indoor

proportion of mosquitoes feeding indoors

intervene_indoor

proportion coverage of intervention targetting indoor

intervene_cow

proportion coverage of intervention targetting livestock

intervene_outdoor

proportion coverage of intervention targetting outdoor

Value

nothing

Examples

1
plot_pie_exposure(man=0.5, indoor=0.7, intervene_indoor=0.5)

AndySouth/coverage documentation built on May 5, 2019, 6:01 a.m.