- x
A textTable
object, containing a table.
- title, subtitle, foot
Optional character vectors of annotation for the table. NULL means to
leave the current annotation unchanged (the default); character(0)
means to omit/remove it.
- rowheadLabels
Optional character vector or 1-row matrix specifying labels for the row
header columns of the table. NULL means to leave the current value
unchanged (the default); character(0)
means to omit/remove it.
- entryStyle, hvruleStyle, blockStyle
Optional styleObj
objects. These describe the graphical properties
(color, size, font, line type, etc) to be used for displaying table
entries, horizontal/vertical rules, or blocks, respectively. See
?styleObj
for details. If omitted, default styles from
tablesggOpt()
will be used.
- scale
Numeric multiplier used to increase or decrease the displayed size of the
table, with all elements scaled proportionately. If it has length two,
the first element applies to table entries and blocks, and the second to
hvrules.
- mergeRuns
Two-element logical vector, the first element applying to row headers, the
second to column headers. If TRUE (the default) then header cells that
contain runs of the same value will be merged into a single entry that
spans multiple rows or columns.
- rowheadInside
Logical scalar. If TRUE, the outermost layer of row headers is moved
inside the table by using its levels to divide the table into groups of
rows, with each group labeled by their level.
- rowgroupSize
Numeric scalar. If greater than 0, consecutive rows of the table body
will be grouped into sets of this size, and extra space may be inserted
between groups to improve readability. See DETAILS.
- plot.margin
Numeric vector of length 4, giving the amount of padding to be added
outside the top, right, bottom, and left sides of the table, in
millimeters. The default is taken from tablesggOpt()
.
- sizeAdjust
Two-element numeric vector containing multipliers to adjust the calculated
absolute size of table text. The first element is applied to the
horizontal dimension and the second to the vertical dimension. (It should
not be necessary to change this.)
- ...
Other arguments, ignored with a warning. (Included for compatibility with
the plot
generic.)