Merge branch 'master' of wiaigit:fknoch/survey-studiensituation-sose-2020

This commit is contained in:
Amma 2020-05-11 09:14:34 +02:00
commit 3054b6d67c
2 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,9 @@ data.vz = subset(data, vollzeit=="Ja")
data.tz = subset(data, vollzeit=="Nein")
data.vz.table = table(data$vollzeit)
draw_barplot(data.vz.table, "vollzeit-vs-teilzeit", width=600, height=250, names = c("Ja", "Keine Antwort", "Nein"))
data.vz.preparation = function () par(mar=c(3, 8, 1, 3))
draw_barplot(data.vz.table, "vollzeit-vs-teilzeit", width=600, height=180, names = c("Ja", "Keine Antwort", "Nein"), preparation=data.vz.preparation, horizontal=TRUE)
## ECTS

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB