View source: R/xml_interventions_define.R
defineTreatSimple | R Documentation |
Writes the treatSimple intervention used for mass treatments (i.e. MDA, SMC)
defineTreatSimple(
baseList,
component = "MDA",
durationBlood = "15d",
durationLiver = 0
)
define_treatSimple(
baseList,
component = "MDA",
durationBlood = "15d",
durationLiver = 0
)
define_treatSimple_compat(
baseList,
component = "MDA",
durationBlood = "15d",
durationLiver = 0
)
baseList |
List with experiment data. |
component |
Name of the intervention, can be any name but needs to be the same as defined in deployment |
durationBlood |
Clearance of blood stage parasites |
durationLiver |
Clearance of liver stage parasites |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.