1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 14:21:57 +02:00

fix sorting of MICs, MIC autoplot titles

This commit is contained in:
2024-05-30 15:50:17 +02:00
parent c3ce1b551d
commit d4490c7f25
7 changed files with 18 additions and 8 deletions

View File

@ -884,6 +884,9 @@ as_sir_method <- function(method_short,
if (length(mo) == 1) {
mo <- rep(mo, length(x))
}
if (length(ab) == 1) {
ab <- rep(ab, length(x))
}
if (is.null(uti)) {
uti <- NA
}