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