growth.ac: Autocatlytic Growth: Iterating differential equations (maps)

Description Usage Arguments Value Author(s) See Also Examples

View source: R/DCS-TB.R

Description

Autocatlytic Growth: Iterating differential equations (maps)

Usage

1
2
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

1
2
# The logistic map in the chaotic regime
growth.ac(Y0 = 0.01, r = 4, type = "logistic")

FredHasselman/nlRtsa documentation built on May 6, 2019, 5:07 p.m.