updated signature of cum ci plot

This commit is contained in:
Martin Folkerts 2024-12-03 09:32:04 +01:00
parent 3bfa7e1750
commit 9b29dc4d57

View file

@ -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)