We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f1b44 commit 14fa579Copy full SHA for 14fa579
R/forest_plot.R
@@ -440,7 +440,7 @@ forest_plot <- function(
440
plot_title = "\n",
441
return_list = FALSE)
442
{
443
- ymax = ymin = x = fill = label_wrap_gen = NULL
+ ymax = ymin = x = fill = label_wrap_gen = xintercept = NULL
444
445
if (!(missing(major_x_labels) || is.null(major_x_labels) ) &&
446
!(missing(major_x_ticks) || is.null(major_x_ticks) )
0 commit comments