tinkerbell_map: The tinkerbell map. From the Wikipedia article on chaotic...

Description Usage Arguments Value

Description

The tinkerbell map. From the Wikipedia article on chaotic maps.

Usage

1
2
tinkerbell_map(n = 1000, xi = -0.74, yi = -0.56, a = 0.9, b = -0.6,
  c = 2, d = 0.5, 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

a

The value of the parameter a

b

The value of the parameter b

c

The value of the parameter c

d

The value of the parameter d

add.timestep

Add a column indicating the time step?

plot

Plot the time series?

Value

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.