mirror of
https://github.com/msberends/AMR.git
synced 2026-03-29 23:35:52 +02:00
(v3.0.1.9040) fix MIC plotting
This commit is contained in:
2
R/ab.R
2
R/ab.R
@@ -529,7 +529,7 @@ NA_ab_ <- set_clean_class(NA_character_,
|
||||
#' @rawNamespace if(getRversion() >= "3.0.0") S3method(pillar::pillar_shaft, ab)
|
||||
pillar_shaft.ab <- function(x, ...) {
|
||||
out <- trimws(format(x))
|
||||
out[is.na(x)] <- font_na(NA)
|
||||
out[is.na(x)] <- pillar::style_na(NA)
|
||||
|
||||
# add the names to the drugs as mouse-over!
|
||||
if (in_rstudio()) {
|
||||
|
||||
Reference in New Issue
Block a user