| gridifyLayout-class | R Documentation |
Class for creating a layout for a gridify object.
nrowAn integer specifying the number of rows in the layout.
ncolAn integer specifying the number of columns in the layout.
heightsA grid::unit() call specifying the heights of the rows.
widthsA grid::unit() call specifying the widths of the columns.
marginA grid::unit() specifying the margins around the object.
global_gparA grid::gpar() object specifying the global graphical parameters.
backgroundA string with background colour.
adjust_heightA 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.
objectA grob object.
cellsA list of cell objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.