Description Usage Arguments Examples
View source: R/henon_attractor.R
Generates data for plotting a Henon attractor and stores it in a data frame. The Rcpp implementation is from the blog post Drawing 10 Million Points With ggplot by Antonio Sanchez Chinchon.
1 | henon_attractor(a = 1.027, b = 0.3, x0 = 0.1, x1 = 0.1, n = 10000)
|
a, b |
Parameters |
x0, x1 |
Initial point coordinates |
n |
Number of points to generate |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.