Add SpongeBob background
paintBikiniBottom(
plot,
width = 800,
height = 500,
output.file = NULL,
background = "background",
...
)
the ggplot object you want to Spongbobify!
width, Default: 800
height, Default: 500
File path to save image, Default: NULL
"background" or "floral", Default: "background"
Other options, see `?magick::image_graph()`
Your plot with a Spongebob themed background!
Adapted from ggpomological's `paint_pomological()` function!