| add_grob | R Documentation |
Add a grob to a gtable at a specified position (top, bottom, left, or right).
add_grob(
gtable,
grob,
position = c("top", "bottom", "left", "right", "none"),
space = NULL,
clip = "on"
)
gtable |
A gtable object. |
grob |
A grob or gtable object to add. |
position |
The position to add the grob.
One of |
space |
The space to allocate for the grob.
If |
clip |
The clipping mode.
Default is |
A gtable object with the grob added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.