[R] Matrix package + mfcol/mfrow

Sharpie chuck at sharpsteen.net
Wed Apr 28 00:04:44 CEST 2010



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
-- 
View this message in context: http://r.789695.n4.nabble.com/Matrix-package-mfcol-mfrow-tp2067879p2068331.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list