plot_feeding: plot feeding

Description Usage Arguments Value Examples

Description

plots vector feeding based on behaviour inputs

Usage

1
2
3
plot_feeding(man = NULL, cow = NULL, indoor = NULL,
  intervene_indoor = 0.8, intervene_cow = 0, intervene_outdoor = 0.2,
  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

dataframe of some plot coords

Examples

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

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