edit_plot | R Documentation |
This function is used to edit the graphical parameter of text and background of the forest plot.
edit_plot(
plot,
row = NULL,
col = NULL,
part = c("body", "header"),
which = c("text", "background", "ci"),
gp = gpar(),
...
)
plot |
A forest plot object. |
row |
A numeric value or vector indicating row number to edit in the
dataset. Will edit the whole row if left blank for the body. This will be
ignored if the |
col |
A numeric value or vector indicating column to edit in the dataset. Will edit the whole column if left blank. |
part |
Part to edit, |
which |
Which element to edit, |
gp |
Pass |
... |
Other parameters to be passed to the grobs. For the |
A gtable
object.
gpar
editGrob
forest_theme
textGrob
rectGrob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.