divide | R Documentation |
This function generates a coloured generative art ggplot object from intersecting lines.
divide(
num_lines = 30,
col_palette = PrettyCols::prettycols("TangerineBlues"),
rayshade = FALSE,
s = 1234
)
num_lines |
Number of intersecting lines. Default |
col_palette |
Vector of colours. Default |
rayshade |
Boolean determining whether the returned plot should be converted to
three dimensional using rayshader. If |
s |
Seed value. Default |
A ggplot object.
divide()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.