mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 22:21:53 +02:00
(v2.1.1.9147) scale fixes and WISCA update, fix conserved capped values
This commit is contained in:
@ -244,7 +244,7 @@ ggplot_sir <- function(data,
|
||||
theme_sir()
|
||||
|
||||
if (fill == "interpretation") {
|
||||
p <- p + scale_sir_colours(aesthetics = "fill", colours = colours)
|
||||
p <- suppressWarnings(p + scale_sir_colours(aesthetics = "fill", colours = colours))
|
||||
}
|
||||
|
||||
if (identical(position, "fill")) {
|
||||
|
Reference in New Issue
Block a user