1
0
mirror of https://github.com/msberends/AMR.git synced 2026-04-28 13:43:56 +02:00

(v3.0.1.9047) fix #272

This commit is contained in:
2026-04-21 22:11:40 +02:00
parent 8ff5d4472a
commit e0f8cf0882
7 changed files with 19 additions and 20 deletions

View File

@@ -321,7 +321,7 @@ if (require("ggplot2")) {
theme_minimal() +
geom_boxplot(fill = NA, colour = "grey30") +
geom_jitter(width = 0.25)
labs(title = "scale_y_mic()/scale_colour_sir() automatically applied")
labs(title = "scale_y_mic()/scale_colour_sir() automatically applied")
mic_sir_plot
}