crawling | R Documentation |
This function generates a generative art ggplot object using dendograms.
crawling(
n = 50,
edge_colour = "black",
node_size = 1,
node_colour = "black",
bg_col = "white",
s = 1234
)
n |
Number of nodes. |
edge_colour |
Edge colour. Default "black". |
node_size |
Node size. Default 1. |
node_colour |
Node colour. Default "black". |
bg_col |
Background colour. Default "white". |
s |
Seed value. Default 1234. |
A ggplot object.
crawling()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.