henon_map: The Henon map.

Description Usage Arguments Value

Description

The Henon map.

Usage

1
2
henon_map(n = 1000, xi = 1, yi = 1, a = 1.4, b = 0.3,
  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

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.