Description Usage Arguments Value
View source: R/panel_forest_plot.R
Plot a forest plot with panels of text
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | panel_forest_plot(
forest_data,
mapping = aes(estimate, xmin = conf.low, xmax = conf.high),
panels = default_forest_panels(),
trans = I,
funcs = NULL,
format_options = list(colour = "black", shape = 15, banded = TRUE, text_size = 5,
point_size = 5),
theme = theme_forest(),
limits = NULL,
breaks = NULL,
recalculate_width = TRUE,
recalculate_height = TRUE,
exclude_infinite_cis = TRUE
)
|
forest_data |
|
mapping |
mapping aesthetic created using |
panels |
|
trans |
transform for scales |
funcs |
optional list of functions required for formatting |
format_options |
formatting options as a list as generated by |
theme |
theme to apply to the plot |
limits |
limits of the forest plot on the X-axis (taken as the range of the data by default) |
breaks |
breaks to appear on the X-axis (note these will be exponentiated
if |
recalculate_width |
|
recalculate_height |
|
exclude_infinite_cis |
whether to exclude points and confidence intervals
that go to positive or negative infinity from plotting. They will still be
displayed as text. Defaults to |
A ggplot ready for display or saving
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.