logistic_growth: Logistic Growth

View source: R/ForageR.R

logistic_growthR Documentation

Logistic Growth

Description

A function to determine a patches location on its logistic growth curve (solved from VALUE), then increase VALUE by one unit of time on the curve

Usage

logistic_growth(y, max = 1, scale = 0.2, yadj = 0.5)

Arguments

y

a vector of numerics representing current values experiencing logistic growth

max

the horizontal asymptote of the growth function

scale

the maximum growth rate

yadj

scales the sigmoid midpoint on y axis, relative to max. At 0.5, maximum growth occurs at time 0


aqvining/Foraging-Simulator documentation built on Nov. 19, 2022, 5:43 p.m.