Description Usage Arguments Value Examples
Compute one time-step of evolution of the populations contained in a beepodyna object
1 |
beepodyna |
an object of class beepodyna |
A beepodyna object, every populations in it will be incremented with one more size value (calculated with the functions and interaction matrix) and time
1 2 3 4 5 6 7 8 | data(hudson)
beepop=beepodyna(label="model_1",
community=hudson,
interactions=interactions(2),
list(exponential_growth,exponential_growth),
verbose = FALSE
)
bepop1=simulate_onestep(beepop)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.