prTcPlotArrows: Plots the arrows within a single transition set

View source: R/transitionClass_helpers.R

prTcPlotArrowsR Documentation

Plots the arrows within a single transition set

Description

Plots the arrows within a single transition set

Usage

prTcPlotArrows(
  trnstn_set,
  widths,
  type = c("simple", "gradient"),
  clr,
  rez,
  origin_boxes,
  target_boxes,
  left_box_clrs,
  add_width,
  max_flow,
  min_width,
  max_width,
  abs_arrow_width = FALSE,
  clr_bar_subspace
)

Arguments

trnstn_set

The set of transitions to plot

widths

The arrow widths

type

The type of arrow to be used

clr

The arrow colors (a matrix)

rez

The arrow resolution

origin_boxes

The origin boxes' positions to the left

target_boxes

The target boxes' positions to the right

left_box_clrs

The colors of the left side boxes

add_width

Adds a certain width - useful for background arrows

max_flow

The maximum flow if it is common for the entire image

min_width

The minimum line width

max_width

The maximum line width

abs_arrow_width

If the arrow width should be the same for all arrows


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