prTcPlotBoxColumn {Gmisc} | R 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
[Package Gmisc version 3.0.3 Index]