gtable_spacer: Create a row/col spacer gtable.

gtable_spacerR 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(), gtable_col(), gtable_matrix(), gtable_row()


hadley/gtable documentation built on April 24, 2024, 1:02 a.m.