| gtable_spacer {gtable} | R Documentation |
Create a zero-column or zero-row gtable with the given heights or widths respectively.
gtable_row_spacer(widths)
gtable_col_spacer(heights)
widths |
unit vector of widths |
heights |
unit vector of heights |
A gtable object
Other gtable construction:
gtable_col(),
gtable_matrix(),
gtable_row(),
gtable()