apply_scale {tablesgg} | R Documentation |
Apply a Scale Factor to Table Elements
Description
Apply a scale factor to table elements, to change their overall displayed size. This is an internal function, not intended to be called by package users.
Usage
apply_scale(x, type, scale)
Arguments
x |
A data frame containing table elements (entries, hvrules, or blocks). |
type |
Character string with the element type for |
scale |
Numeric scalar; a multiplier used to increase or decrease the displayed
size of all the elements in |
Value
A data frame like x
, with the columns containing scalable graphical
properties multiplied by scale
.
See Also
grSpecs
specifies which graphical properties are scalable
for each element type.
[Package tablesgg version 0.9-1 Index]