Description Usage Arguments Examples
View source: R/MGDrivE-Setup.R
Initialize methods in Patch
to run deterministic or stochastic simulations.
This sets internal function definitions so that oneRun_Network
and multRun_Network
run either deterministic or stochastic functions.
1 | setupMGDrivE(stochasticityON = FALSE, verbose = TRUE)
|
stochasticityON |
Enable/disable stochastic simulation. Default is FALSE, implying deterministic simulation |
verbose |
Chatty? Default is TRUE |
1 2 3 4 5 | # run deterministic MGDrivE
setupMGDrivE(stochasticityON = FALSE)
# run stochastic MGDrivE
setupMGDrivE(stochasticityON = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.