View source: R/xml_interventions_define.R
defineIRS | R Documentation |
Adds the IRS intervention parameterisation
defineIRS(
baseList,
mosquitos,
component = c("Actellic50EC", "Actellic300CS", "Actellic11", "Actellic8", "Actellic80",
"magic_actellic", "IRS4", "IRS6", "IRS8", "Bendiocarb", "nothing"),
noeffect = "outdoor",
steplife = NULL
)
define_IRS(
baseList,
mosquitos,
component = c("Actellic50EC", "Actellic300CS", "Actellic11", "Actellic8", "Actellic80",
"magic_actellic", "IRS4", "IRS6", "IRS8", "Bendiocarb", "nothing"),
noeffect = "outdoor",
steplife = NULL
)
baseList |
List with experiment data. |
mosquitos |
Mosquito species affected by the intervention. |
component |
Insecticde to use. This will automatically specify efficacy and effect duration. Needs to from predefined choices. |
noeffect |
Pattern which defines which mosquitoes are unaffected by intervention. Can be "outdoor", "indoor" or NULL. |
steplife |
Step function decay, the number of months it's effective. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.