plot_sim_oldest: plot simulation results

Description Usage Arguments Value Examples

Description

plot insecticide use and resulting changes in population and resistance

Usage

1

Arguments

dF

dataframe containing simulation results

Value

maybe nothing, produces a plot

Examples

1
2
3
4
5
6
7
#blank plot
dF <- init_sim_oldest(20)
plot_sim_oldest(dF)
#default run
plot_sim_oldest( run_sim_oldest())
#modify params
plot_sim_oldest( run_sim_oldest( insecticide_kill = 0.3, resist_incr = 0.05 ))

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