circles | R Documentation |
This function generates a coloured generative art ggplot object using dendograms and circular graphs.
circles(
n = 100,
smoothness = 100,
col_palette = rcartocolor::carto_pal(n = 12, "Bold"),
line_col = NA,
bg_col = "black",
s = 1234
)
n |
Number of nodes. Default 10. |
smoothness |
Smoothness of lines on circles. Default 100. |
col_palette |
Vector of colours. Default "Bold" colour palette from rcartocolor. |
line_col |
Background colour. Default NA. |
bg_col |
Background colour. Default "black". |
s |
Seed value. Default 1234. |
A ggplot object.
circles()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.