prTpPlotArrows: Plots the arrows

View source: R/transitionPlot_helpers.R

prTpPlotArrowsR Documentation

Plots the arrows

Description

Outputs all the arrows from a box row

Usage

prTpPlotArrows(
  type,
  box_row,
  transition_flow,
  max_flow,
  min_lwd,
  max_lwd,
  clr,
  box_clr,
  transition_arrow_props,
  prop_start_sizes,
  prop_end_sizes,
  tot_spacing,
  box_width,
  abs_arrow_width,
  color_bar_subspace,
  add_width = NA
)

Arguments

type

The type of arrow used

box_row

Which box do the arrows originate from

max_flow

The largest transition flow

min_lwd

The minimum line width

max_lwd

The maximum line width

clr

The color of the line

box_clr

The color of the box

transition_arrow_props

The proportions of the different transitions if available.

prop_start_sizes

The proportions to the left

prop_end_sizes

The proportions to the right

tot_spacing

Total spacing between boxes

box_width

The box width

color_bar_subspace

If there is little or no difference exists at the low/high proportions of the spectrum then it can be of interest to focus the color change to the center leaving the tails constant

add_width

Add a certain width

Value

void


Gmisc documentation built on Aug. 26, 2023, 1:07 a.m.