logisticMap function

This is the discrete time logistic growth function known as the logistic map. It calculates the amount of growth expected in a step of time given by: N_t+1 = N_t + r * (N_t (K - N_t)/K); where N_t is community size at a time point, r is the per step growth rate, and K is the environmental carrying capacity.

  • Maintainer: Jonathan Dench
  • License: GPL-3
  • Last published: 2019-07-19

Useful links