henon_map {statcomp} | R Documentation |
Generates a time series from the Henon map
henon_map(N, a, b, startx="rand", starty="rand", disregard_N=0)
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 |
A vector of length N
Sebastian Sippel
Schuster, H.G., 1988. Deterministic chaos. An Introduction.
henon_map(N = 10^4, a=1.4, b=0.3)