Add SpongeBob background

paintBikiniBottom(
  plot,
  width = 800,
  height = 500,
  output.file = NULL,
  background = "background",
  ...
)

Arguments

plot

the ggplot object you want to Spongbobify!

width

width, Default: 800

height

height, Default: 500

output.file

File path to save image, Default: NULL

background

"background" or "floral", Default: "background"

...

Other options, see `?magick::image_graph()`

Value

Your plot with a Spongebob themed background!

Details

Adapted from ggpomological's `paint_pomological()` function!