Description Active bindings Methods Examples
Vaccine object has information about each new vaccine
c_vaccine
the C vaccine R pointer object (SWIG wrapped)
new()
Vaccine$new(model, vaccine_id)
model
R6 Model object
vaccine_id
The vaccine ID.
idx()
Wrapper for C API vaccine$idx()
.
Vaccine$idx()
the index of the vaccine
n_strain()
Wrapper for C API vaccine$n_strains()
.
Vaccine$n_strain()
the number of strains the vaccine has efficacy for
time_to_protect()
Wrapper for C API vaccine$time_to_protect()
.
Vaccine$time_to_protect()
the time_to_protect of the vaccine
vaccine_protection_period()
Wrapper for C API vaccine$vaccine_protection_period()
.
Vaccine$vaccine_protection_period()
the vaccine_protection_period of the vaccine
full_efficacy()
Wrapper for C API vaccine$full_efficacy()
.
Vaccine$full_efficacy()
the full_efficacy of vaccine by strain
symptoms_efficacy()
Wrapper for C API vaccine$symptoms_efficacy()
.
Vaccine$symptoms_efficacy()
the symptoms_efficacy of vaccine by strain
severe_efficacy()
Wrapper for C API vaccine$severe_efficacy()
.
Vaccine$severe_efficacy()
the severe_efficacy of vaccine by strain
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.