getDayOfPeak.SEIRModel | R Documentation |
Gets the day of peak infections from the model
## S3 method for class 'SEIRModel' getDayOfPeak(model, incidence = FALSE, symptomatic = FALSE)
model |
The model from which to get the data |
incidence |
If true, returns infection incidence, otherwise returns infection prevalence; defaults to FALSE |
symptomatic |
Whether or not to only report symptomatic infections; defaults to FALSE |
The day of peak infections
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.