Create a compact airplane

rv_create_airplane_compact(
  risk_ratio,
  risk_vector = NULL,
  risk_names = NULL,
  rows = 33,
  seats_per_row = 6,
  fill = c("coral1", "darkcyan", "darkgoldenrod1", "darkseagreen1", "lightskyblue1"),
  na_colour = "grey80",
  title = NULL,
  font_family = "sans",
  legend_position = "none"
)

Arguments

risk_vector

A character vector of length equal to the number of seats (rows*seats_per_row)

rows
fill

A character vector of colours.

na_colour
title
font_family
legend_position

Value