prTcPlotBoxColumn: Plots a column of boxes

View source: R/transitionClass_helpers.R

prTcPlotBoxColumnR Documentation

Plots a column of boxes

Description

Takes a set of box settings and plots them.

Usage

prTcPlotBoxColumn(
  box_positions,
  proportions,
  fill,
  txt,
  txt_clr,
  txt_gpar,
  cex
)

Arguments

box_positions

The box positions

proportions

The box vertical proportions (needed for the prop attribute)

fill

The fill colors of length equal to the proportions

txt

The texts of length equal to the proportions

txt_clr

The text colors of length equal to the proportions

txt_gpar

A list of gpar object for the text box

cex

The fontsize multiplier

Value

void


gforge/Gmisc documentation built on Aug. 30, 2023, 7:38 a.m.