[R] Matrix package + mfcol/mfrow

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Apr 28 13:49:37 CEST 2010


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



More information about the R-help mailing list