Merge branch 'master' of wiaigit:fknoch/survey-studiensituation-sose-2020
This commit is contained in:
commit
3054b6d67c
@ -86,7 +86,9 @@ data.vz = subset(data, vollzeit=="Ja")
|
|||||||
data.tz = subset(data, vollzeit=="Nein")
|
data.tz = subset(data, vollzeit=="Nein")
|
||||||
data.vz.table = table(data$vollzeit)
|
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
|
## ECTS
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Loading…
x
Reference in New Issue
Block a user