Skip to contents

Modifies growth of population in time *t + 1* by the population size in time *t*.

Usage

dd.growth.exponential(N, r, K)

Arguments

N

Number of individuals or biomass in time t. Can (should) be a vector structure according to group_by.

r

Intrinsic rate of increase or baseline growth rate.

K

Carrying capacity. Can be a vector for each stage and can vary by patches.

Note

This produces very similar results as `dd.growth.logistic`.