as.gtable | R Documentation |
Convert to a gtable
as.gtable(x, ...)
## S3 method for class 'grob'
as.gtable(x, widths = NULL, heights = NULL, ...)
x |
An object to convert. |
... |
Arguments forwarded to methods. |
widths , heights |
Scalar unit setting the size of the table. Defaults
to |
A gtable object
as.gtable(grob)
: Creates a 1-cell gtable containing the grob.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.