Adjust fulltime diagram
This commit is contained in:
parent
33d821eaa9
commit
dfa1fbcd3a
@ -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 |
Loading…
x
Reference in New Issue
Block a user