The poster told me in private communication that image() in Matrix was
used, i.e. a lattice function that is not supposed to work with par() at
all.
Best,
Uwe Ligges
On 28.04.2010 00:04, Sharpie wrote:
Gildas Mazo wrote:
Hi,
When I load the "Matrix" package, I cannot get the par(mfrow=c(..,..))
to work, that is, I cannot get to display several images at a time. How
can I fix this problem ?
Thanks in advance,
Gildas Mazo
Hmm, the following:
require(Matrix)
par(mfrow=c(1,2))
plot(1,1,main='first')
plot(1,1,main='second')
Is working fine for me on R 2.10.0, Windows XP. Could you provide the
following:
* The version of R you are using
* The operating system you are using it on
* Example code that reproduces the problem on your computer
-Charlie
-----
Charlie Sharpsteen
Undergraduate-- Environmental Resources Engineering
Humboldt State University
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.