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

(v3.0.0.9015) plotting fix

This commit is contained in:
github-actions[bot]
2025-07-19 14:06:36 +02:00
parent 49274f010b
commit 6cb724a208
5 changed files with 6 additions and 6 deletions

View File

@ -1490,7 +1490,7 @@ labels_sir_count <- function(position = NULL,
}
expand_SIR_colours <- function(colours_SIR, unname = TRUE) {
sir_order <- c("S", "SDD", "I", "R")
sir_order <- c("S", "SDD", "SI", "I", "IR", "R")
if (is.null(names(colours_SIR))) {
if (length(colours_SIR) == 1) {