Skip to contents

Class for creating a layout for a gridify object.

Slots

nrow

An integer specifying the number of rows in the layout.

ncol

An integer specifying the number of columns in the layout.

heights

A grid::unit() call specifying the heights of the rows.

widths

A grid::unit() call specifying the widths of the columns.

margin

A grid::unit() specifying the margins around the object.

global_gpar

A grid::gpar() object specifying the global graphical parameters.

adjust_height

A logical value indicating whether to adjust the height of the object. Only applies for cells with height defined in cm, mm, inch or lines units.

object

A grob object.

cells

A list of cell objects.