From 09f5e5da0d179c529663f8f6a958958646f14b7b Mon Sep 17 00:00:00 2001 From: JosuaKugler Date: Tue, 3 Aug 2021 11:54:21 +0200 Subject: [PATCH] adapt barplot syntax --- vignettes/hitlercomparison.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/hitlercomparison.Rmd b/vignettes/hitlercomparison.Rmd index 285ab95..8b2449b 100644 --- a/vignettes/hitlercomparison.Rmd +++ b/vignettes/hitlercomparison.Rmd @@ -169,5 +169,5 @@ hitler_comparison ``` Finally, we want to plot our results: ```{r, fig.width=7} -bar_plot_fraktionen(hitler_comparison, percent, fill=fraktion, title="Coincidence of party vocabulary with nazi vocabulary", ylab="unique 'nazi' words per total (unique) fraction words [%]") +bar_plot_fraktionen(hitler_comparison, y_variable = percent, title="Coincidence of party vocabulary with nazi vocabulary", ylab="unique 'nazi' words per total (unique) fraction words [%]") ```