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
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
