Bubbles
bubbles.Rd
This function generates a generative art ggplot object consisting of circles filled with ellipses.
Usage
bubbles(
num_circles = 20,
main_col = "black",
col_palette = rcartocolor::carto_pal(n = 12, "Bold"),
bg_col = "white",
s = 1234
)