search for: frame34

Displaying 1 result from an estimated 1 matches for "frame34".

Did you mean: frame3
2002 Jul 21
1
change margins or regions?!
...f. I guess I have to change the letf and right margins, but I do not know how. Here is an example: http://frosch.homelinux.org/tmp/plot.png Thats the code i tried to use: <R-code> oldpar <- par() # changing the margins par(mar=c(4.1,5.1,4.1,5.1) +0.1) P <- boxplot(bs.s ~ geologie, data=frame34, xlab="Gew.-Prozent der Sand-Gehalte [%]", col="grey", main=("Boxplot der Sandgehalte im Einzugsgebiet Hacketal"), horizontal=T, axes=F, varwidth=T) segments(P$stats[3, ], 1:length(P$n) - 0.4, P$stats[3, ], 1:length(P$n) + 0.4, lwd = 3, col = "black") box()...