View source: R/getInfectionTimeSeries.R
getInfectionTimeSeries | R Documentation |
Gets the time series of infections from the given model
getInfectionTimeSeries(model, ...)
model |
A flumodels model object |
... |
Other parameters for the class-specific functions |
This is the generic function, for class-specific versions see:
getInfectionTimeSeries.SEIRModel
for SEIR-type models
getInfectionTimeSeries.SEIRVModel
for SEIRV-type models
getInfectionTimeSeries.SEIRV2DoseModel
for SEIRV2Dose-type models
getInfectionTimeSeries.SEIRTModel
for SEIRT-type models
getInfectionTimeSeries.SEIRTVModel
for SEIRTV-type models
getInfectionTimeSeries.SEIRTV2DoseModel
for SEIRTV2Dose-type models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.