dots | R Documentation |
This function generates a coloured generative art ggplot object using polar coordinates.
dots(
n_x = 50,
n_y = 100,
jitter_size_width = 0.5,
jitter_size_height = 0.5,
col_palette = rcartocolor::carto_pal(n = 7, "Purp"),
bg_col = "#63589f",
s = 1234
)
n_x |
Number of rotational points. Default 50. |
n_y |
Number of outwards points. Default 100. |
jitter_size_width |
Size of jitter width. Default 0.5. |
jitter_size_height |
Size of jitter height. Default 0.5. |
col_palette |
Vector of colours. Default |
bg_col |
Background colour. Default |
s |
Seed value. Default 1234. |
A ggplot object.
dots()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.