growth: Exponential Population Growth

Description Usage Arguments Value

View source: R/growth.R

Description

Calculates how a population will grow based on initial conditions, growth rate and time.

Usage

1
growth(p0, e = 2.71828, r, t)

Arguments

p0

Inital/starting population (# of individuals).

e

Euler's number. Default = 2.71828.

r

Percent growth rate.

t

Time (years).

Value

Total population size after time t.


camerynbrock/fishwaterpop documentation built on March 14, 2021, 12:46 p.m.