Description Usage Arguments Value See Also Examples
Calculates the Henon map states using the specifed parameter set. The Henon map is defined as
x[n] = a - x[n - 1]^2 + b * y[n - 1]
y[n] = x[n - 1].
A parameter set of a=1.4 and b=0.3 is known to produce a deterministic chaotic response.
1 |
start |
a two-element vector of numeric values denoting the starting values for the X and Y Henon coordinates, respectively. |
a |
the a parameter. Default: |
b |
the b parameter. Default: |
n.sample |
an integer denoting the number of iterates to create beyond that
specified by |
n.transient |
an integer denoting the number of transient points.
These transients are removed from the output. Default: |
a list of vectors named x
and y
corresponding to the X- and Y states of the Henon map, respectively.
1 |
Loading required package: splus2R
Loading required package: ifultools
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.