Generate far UVC switches for particular setting
Source:R/interventions.R
generate_setting_far_uvc_switches.Rd
This is a helper function to generate the far UVC switches for each given
location, as used in generate_far_uvc_switches()
. With buildings as the
target, then a specified number of buildings have far UVC installed (either
randomly selected, or in decreasing order of size). Alternatively, with
individuals as the target, buildings are chosen (again either at random or
in decreasing order of size) until a specified number of individuals recieve
the far UVC intervention.
Arguments
- parameters_list
A list of model parameters as generated using
get_parameters()
- variables_list
A list of model variables as generated using
create_variables()
- setting
One of
"workplace"
,"school"
,"household"
, or"leisure"
See also
Other intervention:
generate_far_uvc_switches()
,
set_uvc()