[R] Matrix package + mfcol/mfrow
Uwe Ligges
ligges at statistik.tu-dortmund.de
Tue Apr 27 18:08:09 CEST 2010
The fol,owing works for me, so what did you try?
library("Matrix")
par(mfrow=c(2,2))
replicate(4, plot(1))
Uwe Ligges
On 27.04.2010 17:51, 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
>
> ______________________________________________
> R-help at 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.
More information about the R-help
mailing list