Explorar el Código

adapt barplot syntax

genderequality-alternative
JosuaKugler hace 4 años
padre
commit
09f5e5da0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      vignettes/hitlercomparison.Rmd

+ 1
- 1
vignettes/hitlercomparison.Rmd Ver fichero

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

Cargando…
Cancelar
Guardar