add_grob | R Documentation |
Draw grobs in any cells.
add_grob(
plot,
row = NULL,
col = NULL,
part = c("body", "header"),
order = c("top", "text", "background", "bottom"),
gb_fn,
...
)
plot |
A forest plot object. |
row |
A numeric value or vector indicating row(s) to draw a grob. |
col |
A numeric value or vector indicating the columns to draw a grob. |
part |
The border will be added to |
order |
Order in which the grobs should be plotted. Use |
gb_fn |
Grob function |
... |
Other parameters to be passed to |
A gtable
object.
gtable_add_grob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.