drawcell: Draw Table Cell

Description Usage Arguments Details Value References

View source: R/drawcell.R

Description

Draw a table cell at location (r,c).

Usage

1
drawcell(title, r, c, text.cex = 1, bg.col = "white", frame.cell = TRUE)

Arguments

title

A character scalar, the text to be placed in the table cell.

r

An integer scalar, the row number of the table cell.

c

An integer scalar, the column number of the table cell.

text.cex

A numeric scalar, the relative size of the text to be place in the table cell, default 1.

bg.col

A character or numeric scalar, indicating the background color to use for the table cell, default "white".

frame.cell

A logical scalar, indicating whether a black border should be drawn around the table cell, default TRUE.

Details

This is part of group of function to plot tables, modifications of functions in the Systmatic Investor Toolbox.

Value

A table cell is added to the current table.

References

Systmatic Investor Toolbox. https://github.com/systematicinvestor/SIT


JVAdams/jvamisc documentation built on Aug. 11, 2021, 6:43 a.m.