[R] par() usage

Timur Elzhov Timur.Elzhov at jinr.ru
Tue Mar 23 15:53:13 CET 2004


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




More information about the R-help mailing list