Description Usage Arguments Value Author(s) Examples
Multiple Simple Neutral community (SN) simulations
1 | multinulsim(tmax, b1, d1, k1, abun_original, nsim, filenomen, interval)
|
tmax |
Arbitrary units of time the simulation should be run |
b1 |
Birthrate |
d1 |
Deathrate |
k1 |
Carrying capacity |
abun_original |
A vector of initial abundances for each species such as those created by generate_spat_abund |
nsim |
number of simulations that should be performed (integer) |
filenomen |
the name of the plot that is saved |
interval |
After how many evenst should the population state be saved to the output matrix |
this function plots all the results of the simulations in a .tiff file in the current working directory
Timo van Eldijk
1 2 3 | multinulsim(10, 0.6, 0.1, 16000,
generate_spat_abund(theta = 200,Ivec = rep(40,1),Jvec = c(16000)),
2,"nulsim.tiff", 200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.