vortex | R Documentation |
This function generates a greyscale or rainbow coloured generative art ggplot object shaped like a vortex.
vortex(n = 25, start_val = 90, col_scheme = "mono", bg_col = "black", s = 1234)
n |
Number of points. Default 25. |
start_val |
Starting position for polar coordinates. Default 90. |
col_scheme |
Colour scheme of art. One of c("mono", "rainbow). Default 0.1. |
bg_col |
Background colour. Default "black". |
s |
Seed value. Default 1234. |
A ggplot object.
vortex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.