AbxParams.Rd
Antibiotic Parameters
AbxParams(onoff = FALSE, delay = 0, life = 1)
If Anti-biotic are used or not.
The delay in using antibiotics.
The life of antibiotics.
AbxParams() #> $onoff #> [1] FALSE #> #> $delay #> [1] 0 #> #> $life #> [1] 1 #>