Creates an LGBT Pride Hex Sticker with R Logo

make_hex(
  flag = "rainbow",
  width = 1000,
  palette = c("#cbced0", "#84838b", "#505050", "#a0a0a0"),
  background = "white"
)

Arguments

flag

character string (e.g., rainbow) naming the flag to be drawn

width

numeric (width of the flag in pixels)

palette

character vector of colours 1, 2 or 4 colours

background

character string specifying the background colour (default = "white")

Value

An object of class "magick-image"