solve_logistic_equation: Analytic Solution to the Logistic Equation

Description Usage Arguments Value Examples

View source: R/solve_logistic_equation.R

Description

Uses the known analytic solution to the one-population logistic growth differential equation to calculate the size of a population at a specific time point, given certain population parameters.

Usage

1

Arguments

P0

Real scalar; the initial population value.

K

Real scalar; the carrying capacity.

r

Real scalar; the intrinsic population growth rate.

t

Real scalar; the time point at which to evaluate the population.

Value

Real scalar; the size of the population with the given parameters at time t.

Examples

1
solve_logistic_equation(100, 1000, 0.1, 10)

wz-billings/HMBGR documentation built on May 15, 2020, 5:44 a.m.