Visualise the layout of a gtable.
This function is a simple wrapper around grid::grid.show.layout()
that
allows you to inspect the layout of the gtable.
gtable_show_layout(x, ...)
x |
a gtable object |
... |
Arguments passed on to
|
gt <- gtable(widths = grid::unit(c(1, 0.5, 2), c("null", "cm", "null")), heights = grid::unit(c(0.2, 1, 3), c("inch", "null", "cm"))) gtable_show_layout(gt)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.