prTpPlotBox: Plots the box for the transition plot

View source: R/transitionPlot_helpers.R

prTpPlotBoxR Documentation

Plots the box for the transition plot

Description

Plots the box for the transition plot

Usage

prTpPlotBox(
  bx,
  bx_txt,
  fill,
  txt_clr,
  txt_gpar = NULL,
  cex,
  line_col,
  lwd,
  prop = NA
)

Arguments

bx

A list with the x, y, height and width parameters

bx_txt

The box text

fill

The fill color

txt_clr

The text color

txt_gpar

The [grid::gpar()] object that is overridden with col & cex by other parameters

cex

The font size

line_col

The line color around the box

lwd

The line width

prop

Provide a proportion if the box should be split (0-1)

Value

void


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