fix index entry in hiltercomparison vignette

This commit is contained in:
2021-08-03 11:33:36 +02:00
parent e2caf1ff4e
commit 610982427a
+2 -2
View File
@@ -2,7 +2,7 @@
title: "Analysis of vocabulary" title: "Analysis of vocabulary"
output: rmarkdown::html_vignette output: rmarkdown::html_vignette
vignette: > vignette: >
%\VignetteIndexEntry{funwithdata} %\VignetteIndexEntry{Analysis of vocabulary}
%\VignetteEngine{knitr::rmarkdown} %\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8} %\VignetteEncoding{UTF-8}
--- ---
@@ -170,4 +170,4 @@ hitler_comparison
Finally, we want to plot our results: Finally, we want to plot our results:
```{r, fig.width=7} ```{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, percent, fill=fraktion, title="Coincidence of party vocabulary with nazi vocabulary", ylab="unique 'nazi' words per total (unique) fraction words [%]")
``` ```