From 9b29dc4d575406132232f86b9d81684616b3ade1 Mon Sep 17 00:00:00 2001 From: Martin Folkerts Date: Tue, 3 Dec 2024 09:32:04 +0100 Subject: [PATCH] updated signature of cum ci plot --- r_app/report_utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r_app/report_utils.R b/r_app/report_utils.R index 3759e21..fdb042a 100644 --- a/r_app/report_utils.R +++ b/r_app/report_utils.R @@ -125,7 +125,7 @@ cum_ci_plot <- function(pivotName){ } -cum_ci_plot <- function(pivotName, plot_type = "value", facet_on = TRUE) { +cum_ci_plot <- function(pivotName, plot_type = "value", facet_on = FALSE) { # pivotName = "3a13" data_ci <- CI_quadrant %>% filter(field == pivotName)