smudge | R Documentation |
This function generates a coloured generative art ggplot object from contours.
smudge(
n = 25,
binwidth = 0.01,
col_palette = PrettyCols::prettycols("TangerineBlues"),
s = 1234
)
n |
Number of grid boxes. Default 25. |
binwidth |
Binwidth for colours. Default 0.01. |
col_palette |
Vector of colours. Default
|
s |
Seed value. Default 1234. |
A ggplot object.
smudge()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.