stripes | R Documentation |
This function generates a generative art ggplot object featuring rows of stripes.
stripes(
perc = 0.5,
n = 3,
col_palette = c("#8EA604", "#F5BB00", "#EC9F05", "#D76A03", "#BF3100"),
alpha = 1,
s = 1234
)
perc |
Percentage of data points to be sorted. Default 0.5. |
n |
Number of rows. Default 3. |
col_palette |
Vector of colours. Default |
alpha |
Transparency of fill. Default 1. |
s |
Seed value. Default 1234. |
A ggplot object
stripes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.