Description Usage Arguments Details Value Author(s)
Draws the strings given in a dataframe or matrix, with a font size scaled to ensure the text fits inside a specified region.
1 2 3 |
tmat |
dataframe or matrix of character strings |
x0 |
coordinate of left edge of region |
y0 |
coordinate of bottom edge of region |
x1 |
coordinate of right edge of region |
y1 |
coordinate of top edge of region |
xalign |
character vector of ‘l’, ‘c’, or ‘r’ specifying alignment of text within columns |
xjust |
justification within |
yjust |
justification within |
colsep |
width (in multiples of width of M) of space between columns |
rowsep |
height (in multiples of height of M) of space between rows |
include.rownames |
whether to draw rownames of |
include.colnames |
whether to draw colnames of |
draw |
logical vector |
To be written
Returns a list with the following elements. cex
provides the
character scaling used. xpos
provides the coordinates for the
left edge of each column. ypos
provides the coordinates for
the top of each row.
Draws the contents of tmat
as a side effect.
Toby Johnson Toby.x.Johnson@gsk.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.