Description Usage Arguments Details Value
This simple exponential growth formula can be used to calculate population size at a given time.
1 | growth_fxn(a, r, t, m, P = 0)
|
a |
Size of initial population |
r |
Growth rate of population of interest |
t |
Time in years |
m |
Maximum population |
Use this formula to calculate a final population size, using any give initial population, growth rate, and time.
P The final population size at time t + n, organized in a 2x2 data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.