Description Usage Arguments Value
View source: R/01_intervention_construction_functions.R
make_intervention
provides a generic constructor to build
intervention "objects".
1 | make_intervention(intervention_type, time_start, time_stop, ...)
|
intervention_type |
One of the currently implemented intervention types in the SC-COSMO model: 1) "StatusQuo"; 2) "SocialDistancing"; 3) "SocialDistancingLinear". |
time_start |
Days since model start when intervention begins. |
time_stop |
Days since model start when intervention ends. |
... |
Named values specific to a given intervention type. |
A list object containing appropriately named values for intervention objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.