[R] par() usage

2004-03-23 Thread Timur Elzhov
Dear R experts. I saw in a lot of examples the following R code: x11() op - par(no.readonly = TRUE) par(op) Warning message: calling par(new=) with no plot Why I get a warning? I'm doing something wrong? Thank you! -- WBR, Timur

Re: [R] par() usage

2004-03-23 Thread Marc Schwartz
On Tue, 2004-03-23 at 08:53, Timur Elzhov wrote: Dear R experts. I saw in a lot of examples the following R code: x11() op - par(no.readonly = TRUE) par(op) Warning message: calling par(new=) with no plot Why I get a warning? I'm doing something wrong?