From d53af7976953bd675cfff961654d488847271371 Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Fri, 11 Dec 2020 09:23:28 -0500 Subject: [PATCH] fix label on violin plot --- caveat/boxplot.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caveat/boxplot.Rmd b/caveat/boxplot.Rmd index 75a1d87..509e43e 100644 --- a/caveat/boxplot.Rmd +++ b/caveat/boxplot.Rmd @@ -123,7 +123,7 @@ data %>% legend.position="none", plot.title = element_text(size=11) ) + - ggtitle("A boxplot with jitter") + + ggtitle("A violin plot") + xlab("") ``` Here it is very clear that the groups have different distributions. The bimodal distribution of group `B` becomes obvious. Violin plots are a powerful way to display information--they are probably under-utilized compared to boxplots.