This function paints random ribbons and (optionally) a triangle in the middle.
canvas_ribbons(
colors,
background = "#fdf5e6",
triangle = TRUE
)
A ggplot
object containing the artwork.
colorPalette
# \donttest{
set.seed(1)
# Simple example
canvas_ribbons(colors = colorPalette("retro1"))
# }