make_intervention: Constructing intervention descriptions for each intervention...

Description Usage Arguments Value

View source: R/01_intervention_construction_functions.R

Description

make_intervention provides a generic constructor to build intervention "objects".

Usage

1
make_intervention(intervention_type, time_start, time_stop, ...)

Arguments

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.

Value

A list object containing appropriately named values for intervention objects.


SC-COSMO/sccosmomcma documentation built on Dec. 18, 2021, 11:56 a.m.