Description Usage Arguments Value See Also
View source: R/EpidemiologyModelModifications.R
Makes the migration (supplemental) equations with the specified matrix and stocks.
1 2 3 4 5 6 7 | ToSiteCompartmentalModel(
model,
mat,
migratingStocks = NULL,
cellIdentifiers = NULL,
...
)
|
model |
A (single-site) model object. |
mat |
A matrix. |
migratingStocks |
A a character vector with stocks (names.) |
cellIdentifiers |
A character vector with cell identifiers.
If NULL then |
... |
Additional arguments for |
A character vector
Other Epidemiology Model Modifier functions:
AddModelIdentifier()
,
AddModelRates()
,
JoinModels()
,
MakeMigrationEquations()
,
TakeRHSFunctionBodyLines()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.