From fb3bf46e5f75353d248c2b6193cd082f425fb1fc Mon Sep 17 00:00:00 2001 From: bhklein Date: Mon, 26 Nov 2018 14:53:09 -0700 Subject: [PATCH] update FAR label --- share/openbr/plotting/plot_utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/openbr/plotting/plot_utils.R b/share/openbr/plotting/plot_utils.R index 786ea2c..797076c 100644 --- a/share/openbr/plotting/plot_utils.R +++ b/share/openbr/plotting/plot_utils.R @@ -8,7 +8,7 @@ library("png") library("grid") # Code to format FAR values -far_names <- list('0.001'="FAR = 0.1%", '0.01'="FAR = 1%") +far_names <- list('0.0001'="FAR = 0.01%', '0.001'="FAR = 0.1%", '0.01'="FAR = 1%") far_labeller <- function(variable,value) { if (as.character(value) %in% names(far_names)) { return(far_names[as.character(value)]) -- libgit2 0.21.4