Procházet zdrojové kódy

adapt barplot syntax

genderequality-alternative
JosuaKugler před 4 roky
rodič
revize
09f5e5da0d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      vignettes/hitlercomparison.Rmd

+ 1
- 1
vignettes/hitlercomparison.Rmd Zobrazit soubor

@@ -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 [%]")
```

Načítá se…
Zrušit
Uložit