gingerbreadman_map: Gingerbreadman map.

Description Usage Arguments Value

Description

https://en.wikipedia.org/wiki/Gingerbreadman_map Devaney, Robert L. (1988), "Fractal patterns arising in chaotic dynamical systems", in Peitgen, Heinz-Otto; Saupe, Dietmar, The Science of Fractal Images, Springer-Verlag, pp. 137–168, doi:10.1007/978-1-4612-3784-6_3. See in particular Fig. 3.3.

Usage

1
2
gingerbreadman_map(n = 1000, xi = -0.2, yi = 0.18, add.timestep = FALSE,
  plot = FALSE)

Arguments

n

Number of points in the time series.

xi

The initial value for x

yi

The initival value for y

add.timestep

Add a column indicating the time step?

plot

Plot the time series?

Value

A dataframe containing columns time series for x and y (and optionally "t", a timestep column).

A n-by-2 data frame containing the values of the x and y components.


kahaaga/chaoticmaps documentation built on May 31, 2019, 1:16 p.m.