Displaying 1 result from an estimated 1 matches for "dynamikgrades".
2003 Nov 15
2
Rescaling character widthof the title
...nt like (font.main=1). Does anybody know about
that problem?
obs<-matrix(scan("D:\\.....)
win.metafile(filename = "D:\\....wmf", width = 5.7, height = 8.8, pointsize
= 12)
par(mfrow=c(3,1))
plot(obs[,3][1:5],obs[,5][1:5], main="Abgewiesene Kunden in % des
Dynamikgrades",cex.main=1.25)
plot(obs[,3][1:5],obs[,6][1:5], main="Wegstrecke",cex.main=1.25)
plot(obs[,3][1:5],obs[,7][1:5],main="Verspätung",cex.main=1.25)
dev.off()
Thanks Andreas
[[alternative HTML version deleted]]