Description Usage Arguments Value Examples
Compute n times steps of evolution of the populations contained in a beepodyna object
1 |
beepodyna |
an object of class beepodyna |
n |
The number of times steps to be computed |
A beepodyna object, every populations in it will be incremented with n more size values (calculated with the functions and interaction object) and time values
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
)
bepop10=simulate_n_pop_dynamic(beepop,10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.