gtable_spacer {gtable} | R Documentation |
Create a row/col spacer gtable.
Description
Create a zero-column or zero-row gtable with the given heights or widths respectively.
Usage
gtable_row_spacer(widths)
gtable_col_spacer(heights)
Arguments
widths |
unit vector of widths |
heights |
unit vector of heights |
Value
A gtable object
See Also
Other gtable construction: gtable_col
,
gtable_matrix
, gtable_row
,
gtable
[Package gtable version 0.3.0 Index]