fading | R Documentation |
This function generates a coloured generative art ggplot object using voronoi tiles.
fading(
n_layers = 6,
n_points = 10,
col_palette = rcartocolor::carto_pal(n = 7, "SunsetDark"),
s = 1234
)
n_layers |
Number of layers. Default 6. |
n_points |
Number of points per layer area. Default 10. |
col_palette |
Vector of colours. Default "SunsetDark" colour palette from rcartocolor. |
s |
Seed value. Default 1234. |
A ggplot object.
fading()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.