View source: R/apply_scale.bare.R
| apply_scale | R Documentation |
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.
apply_scale(x, type, scale)
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 |
A data frame like x, with the columns containing scalable graphical
properties multiplied by scale.
grSpecs specifies which graphical properties are scalable
for each element type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.