This function generates a greyscale or rainbow coloured generative art
ggplot object in the shape of a heart.
Usage
heart(n = 25, col_scheme = "mono", bg_col = "black", s = 1234)
Arguments
- n
Number of lines per colour. Default 25.
- 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.