growth_fxn: growth_fxn - a simple population growth equation

Description Usage Arguments Details Value

View source: R/growth_fxn.R

Description

This simple exponential growth formula can be used to calculate population size at a given time.

Usage

1
growth_fxn(a, r, t, m, P = 0)

Arguments

a

Size of initial population

r

Growth rate of population of interest

t

Time in years

m

Maximum population

Details

Use this formula to calculate a final population size, using any give initial population, growth rate, and time.

Value

P The final population size at time t + n, organized in a 2x2 data frame


anthonyluna/Assignment5 documentation built on March 22, 2021, 11:03 p.m.