canvas_circlemap {aRtsy} | R Documentation |
This function draws a circle map on the canvas. A circle map models the dynamics of a physical system consisting of two rotors or disks, one free to spin, and another one attached to a motor, with a long (weak) spring connecting the two.
canvas_circlemap(colors, left = 0, right = 12.56, bottom = 0, top = 1,
iterations = 10, resolution = 1500)
colors |
a string or character vector specifying the color(s) used for the artwork. |
left |
a value specifying the minimum location on the x-axis. |
right |
a value specifying the maximum location on the x-axis. |
bottom |
a value specifying the minimum location on the y-axis. |
top |
a value specifying the maximum location on the y-axis. |
iterations |
a positive integer specifying the number of iterations of the algorithm. |
resolution |
resolution of the artwork in pixels per row/column. Increasing the resolution increases the quality of the artwork but also increases the computation time exponentially. |
A ggplot
object containing the artwork.
Koen Derks, koen-derks@hotmail.com
https://en.wikipedia.org/wiki/Arnold_tongue
https://linas.org/art-gallery/circle-map/circle-map.html
colorPalette
canvas_circlemap(colors = colorPalette("dark2"))