rv_create_airplane_compact: Create a compact airplane

Description Usage Arguments

View source: R/rv_create_airplane_compact.R

Description

Create a compact airplane

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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

EDJNet/riskviewer documentation built on Dec. 17, 2021, 5:37 p.m.