[R] Windowing issue with diagram package & R 9.1

Soetaert, Karline K.Soetaert at nioo.knaw.nl
Thu Jul 2 13:38:37 CEST 2009


Robert,

It is a windows thing:

Try:

par(mfrow=c(2,2))
for(i in 1:4)plot(i)
par(mfrow=c(1,1))

and then scroll/resize.

Karline




More information about the R-help mailing list