mirror of
https://github.com/msberends/AMR.git
synced 2026-03-25 17:32:21 +01:00
(v3.0.1.9040) fix MIC plotting
This commit is contained in:
2
R/disk.R
2
R/disk.R
@@ -162,7 +162,7 @@ is.disk <- function(x) {
|
||||
#' @rawNamespace if(getRversion() >= "3.0.0") S3method(pillar::pillar_shaft, disk)
|
||||
pillar_shaft.disk <- function(x, ...) {
|
||||
out <- trimws(format(x))
|
||||
out[is.na(x)] <- font_na(NA)
|
||||
out[is.na(x)] <- pillar::style_na(NA)
|
||||
create_pillar_column(out, align = "right", width = 2)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user