
Calculates the Henon map states using the specifed parameter set.
The Henon map is defined as
A parameter set of
henon(start=rnorm(2), a=1.4, b=0.3, n.sample=2000, n.transient=10)
a two-element vector of numeric values denoting the starting values for the X and Y Henon coordinates, respectively.
the a parameter. Default: 1.4
.
the b parameter. Default: 0.3
.
an integer denoting the number of iterates to create beyond that
specified by n.transient
. Default: 2000
.
an integer denoting the number of transient points.
These transients are removed from the output. Default: 10
.
a list of vectors named x
and y
corresponding to the X- and Y states of the Henon map, respectively.
# NOT RUN {
plot(henon(),pch=".",cex=0.1)
# }
Run the code above in your browser using DataLab