Description Usage Arguments Examples
View source: R/clifford_attractor.R
Generates data for plotting a Clifford 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 | clifford_attractor(a = 1.5, b = -1.8, c = 1.6, d = 2, n = 1e+07)
|
a, b, c, d |
Parameters |
n |
The number of points to generate |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.