Learn R Programming

statcomp (version 0.1.0)

henon_map: A function to generate a time series from the Henon Map

Description

Generates a time series from the Henon map

Usage

henon_map(N, a, b, startx="rand", starty="rand", disregard_N=0)

Arguments

N

length of the time series that is to be generated

a

Henon map parameter a

b

Henon map parameter b

startx

start value in x direction. Default is to random.

starty

start value in y direction. Default is to random.

disregard_N

Number of values at the beginning of the series to disregard

Value

A vector of length N

References

Schuster, H.G., 1988. Deterministic chaos. An Introduction.

Examples

Run this code
# NOT RUN {
henon_map(N = 10^4, a=1.4, b=0.3)
# }

Run the code above in your browser using DataLab