logistic_growth: Calculate population size after logistic growth

View source: R/gs.R

logistic_growthR Documentation

Calculate population size after logistic growth

Description

Given a starting population size, find the estiamted size after one generation of logistic growth.

Usage

logistic_growth(n, K, r, ...)

Arguments

n

numeric. Starting population size.

K

numeric. Carrying capacity.

r

numeric. Logistic growth rate.


hemstrow/GeneArchEst documentation built on June 10, 2025, 5:06 a.m.