paintBikiniBottom {tvthemes}R Documentation

Add SpongeBob background

Description

Add SpongeBob background

Usage

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()'

Details

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

Value

Your plot with a Spongebob themed background!


[Package tvthemes version 1.3.3 Index]