Description Usage Arguments Details Value See Also
Adds specified rates to monad's default model.
1 2 3 4 5 6 | ECMMonAddRates(
ecmObj,
rateDescriptions,
rateValues,
replaceExistingRatesQ = TRUE
)
|
ecmObj |
An ECMMon object. |
rateDescriptions |
A character vector with named elements. |
rateValues |
A numerical vector with named elements. |
replaceExistingRatesQ |
Should existing rates be replaced or not? |
This function is useful when working with rate functions. If a rate in monad's model object is changed to be a function (instead of number) then in order to do batch simulations it is convenient to have the parameters of that function as rates in the model object.
An ECMMon object.
Other Simulation functions:
ECMMonAssignInitialConditions()
,
ECMMonAssignRateValues()
,
ECMMonBatchSimulate()
,
ECMMonExtendByAdjacencyMatrix()
,
ECMMonSimulate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.