updated signature of cum ci plot
This commit is contained in:
parent
3bfa7e1750
commit
9b29dc4d57
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue