gtable_spacer | 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()
,
gtable_col()
,
gtable_matrix()
,
gtable_row()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.