Displaying 1 result from an estimated 1 matches for "drecreasing".
Did you mean:
decreasing
2010 Sep 08
6
'par mfrow' and not filling horizontally
Greetings, Folks.
I'd appreciate being shown the way out of this one!
I've been round the documentation in ever-drecreasing
circles, and along other paths, without stumbling on
the answer.
The background to the question can be exemplified by
the example (no graphics window open to start with):
set.seed(54321)
X0 <- rnorm(50) ; Y0 <- rnorm(50)
par(mfrow=c(2,1),mfg=c(1,1),cex=0.5)
plot(X0,Y0,pch="+&q...