[R] Plot can't forget bad parameters

2003-10-02 Thread Ross Boylan
When I give plot some bad paramaters, it keeps giving me error messages forever after. I think the last time this happened, I even got the error messages for completely unrelated, non-graphical functions. Here's a recent example: plot(it[[31]][,c(1, 3)], type=b, usr=c(0, 20, -20, 5)) Warning

Re: [R] Plot can't forget bad parameters

2003-10-02 Thread Thomas Lumley
On Thu, 2 Oct 2003, Ross Boylan wrote: When I give plot some bad paramaters, it keeps giving me error messages forever after. I think the last time this happened, I even got the error messages for completely unrelated, non-graphical functions. snip Is this a bug, or have I missed something?

RE: [R] Plot can't forget bad parameters

2003-10-02 Thread Ross Boylan
On Thu, 2003-10-02 at 16:54, [EMAIL PROTECTED] wrote: Try rm(last.warning) -Original Message- From: Ross Boylan [mailto:[EMAIL PROTECTED] Sent: Friday, 3 October 2003 9:10 AM To: r-help Subject: [R] Plot can't forget bad parameters When I give plot some bad paramaters