Gompertz | R Documentation |
Gompertz Growth Function
Gompertz(max_size, s_init, r, time)
max_size |
maximum size of prey |
s_init |
initial size vector of prey |
r |
growth rate |
time |
time steps |
Gompertz(max_size=100,s_init=1,r=1,time=0:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.