growth_ac: Examples of dynamical growth models (maps)

View source: R/simulate.R

growth_acR Documentation

Examples of dynamical growth models (maps)

Description

Autocatalytic Growth: Iterating differential equations (maps)

Usage

growth_ac(
  Y0 = 0.01,
  r = 1,
  k = 1,
  N = 100,
  type = c("driving", "damping", "logistic", "vanGeert")[1]
)

Arguments

Y0

Initial value.

r

Growth rate parameter.

k

Carrying capacity.

N

Length of the time series.

type

One of: "driving" (default), "damping", "logistic", "vanGeert1991".

Value

A timeseries object of length N.

Author(s)

Fred Hasselman

See Also

Other autocatalytic growth functions: growth_ac_cond()

Examples

# The logistic map in the chaotic regime
growth_ac(Y0 = 0.01, r = 4, type = "logistic")

FredHasselman/casnet documentation built on May 5, 2024, 9:38 p.m.