Description Usage Arguments Examples
Create a population with giving its name, initial size, growth rate and capacity.
1 | population(label, initial_size, growth_rate, capacity = Inf)
|
label |
the name of the population |
initial_size |
the size of the population at TO |
growth_rate |
the growth_rate of the population, given by the user or calculated by function growth_rate with birth_rate and death_rate |
capacity |
the capacity limit of the environment for the population |
1 | population('example', 2, 0.5, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.