L10
This commit is contained in:
@@ -274,7 +274,6 @@ p4 <- datadf |>
|
||||
dplyr::filter(pH > 5) |>
|
||||
ggplot(aes(x = month, y = pH)) +
|
||||
geom_boxplot(aes(fill = as.factor(month)), colour = "black", size = 0.8) +
|
||||
scale_x_continuous(breaks = 1:12, labels = month.abb) +
|
||||
theme(legend.position = "none")
|
||||
|
||||
(p1 | p2) / (p3 | p4) + patchwork::plot_annotation(tag_levels = "A")
|
||||
|
||||
Reference in New Issue
Block a user