abacus | R Documentation |
This function generates a generative art ggplot object using points and lines.
abacus(
nx = 30,
ny = 100,
max_size = 2,
main_col = "black",
bg_col = "white",
s = 123
)
nx |
Number of lines in x direction. Default 30. |
ny |
Number of points per line. Default 100. |
max_size |
Maximum size of points. Default 2. |
main_col |
Vector of colours (or single colour). Default "black". |
bg_col |
Background colour. Default "white". |
s |
Random seed. Default 123. |
A ggplot object.
abacus()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.