add_grob {forestploter} | R Documentation |
Add grob in cells
Description
Draw grobs in any cells.
Usage
add_grob(
plot,
row = NULL,
col = NULL,
part = c("body", "header"),
order = c("top", "text", "background", "bottom"),
gb_fn,
...
)
Arguments
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 |
Value
A gtable
object.
See Also
[Package forestploter version 1.1.2 Index]