gtable_show_layout | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.