blending | R Documentation |
This function generates a generative art ggplot object using a random walk.
blending(n = 100, down = "white", up = "black", s = 1234)
n |
Number of point. Default 100. |
down |
Colour to use on bottom. Default "white". |
up |
Colour to use on top. Default "black". |
s |
Seed value. Default 1234. |
A ggplot object.
blending()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.