Convert an uptake limit from a percentage to a number
Source:R/class_vaccination.R
uptake_percent_to_number.Rd
Convert an uptake limit from a percentage to a number
Arguments
- uptake_limit
A single number giving the upper limit for the percentage of the population that can be vaccinated. When this limit is reached, vaccination ends. Passed to the
value_state_off
argument innew_daedalus_response()
via the class constructornew_daedalus_vaccination()
.- country
A
<daedalus_country>
object or a 2- or 3-character string that can be coerced to a<daedalus_country>
(e.g."GBR"
for the United Kingdom). Used to determine when vaccination should end.