powered by
Generates a time series from the Henon map
henon_map(N, a, b, startx="rand", starty="rand", disregard_N=0)
length of the time series that is to be generated
Henon map parameter a
Henon map parameter b
start value in x direction. Default is to random.
start value in y direction. Default is to random.
Number of values at the beginning of the series to disregard
A vector of length N
Schuster, H.G., 1988. Deterministic chaos. An Introduction.
# NOT RUN { henon_map(N = 10^4, a=1.4, b=0.3) # }
Run the code above in your browser using DataLab