Skip to content

Commit

Permalink
adding paired = F to boxplots
Browse files Browse the repository at this point in the history
  • Loading branch information
icrichmond committed Aug 13, 2021
1 parent 212aae9 commit 56a1533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/5c - BoxplotFigures.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ggboxplot(meltbuffers, x = "Group", y = "value", add = "jitter")+
scale_x_discrete(labels = c("NAT" = "Natural", "SWF" = "Stormwater"))+
xlab("Pond Type")+
ylab("")+
stat_compare_means(method = "wilcox.test", size = 5)+
stat_compare_means(method = "wilcox.test", paired = FALSE, size = 5)+
facet_wrap(~ variable, scales = "free")

ggsave("graphics/ComparisonBoxplots.jpg", width = 12, height = 10, dpi = 400)

0 comments on commit 56a1533

Please sign in to comment.