Description Usage Arguments Value Examples
Uses the approx function to calculate the number of agents that need to be vaccinated during each time step rounded to the nearest whole number.
1 | plan_vaccines(table, x, y)
|
table |
Contingency table created by "table" containing frequency of either gaccs or roles |
x |
Numeric vector, time steps |
y |
Numeric vector, values from 0-1 specifying proportion of each gacc to vaccinate at times corresponding to x |
Vaccine plan where row = time, colnames = gacc, values = number of agents to vaccinate
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.