mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 09:11:51 +02:00
(v1.3.0.9021) typo
This commit is contained in:
2
R/mo.R
2
R/mo.R
@ -1775,7 +1775,7 @@ print.mo_uncertainties <- function(x, ...) {
|
||||
if (x[i, ]$uncertainty == 1) {
|
||||
uncertainty_interpretation <- font_green("* VERY LIKELY *")
|
||||
} else if (x[i, ]$uncertainty == 1) {
|
||||
uncertainty_interpretation <- font_orange("* LIKELY *")
|
||||
uncertainty_interpretation <- font_yellow("* LIKELY *")
|
||||
} else {
|
||||
uncertainty_interpretation <- font_red("* UNLIKELY *")
|
||||
}
|
||||
|
Reference in New Issue
Block a user