Functions for laying out multiple grobs
igl_row(..., widths = NULL)
igl_col(..., heights = NULL)
Arguments
- ...
grobs
- widths, heights
the relative widths or heights of the grobs for the
row() and and col() layouts respectively. Default: NULL
means to allocate equal space to all grobs
Value
a grob object combining the given grobs