Re: [R] temporary clipping

2020-10-26 Thread Marc Schwartz via R-help
> On Oct 26, 2020, at 10:02 AM, Therneau, Terry M., Ph.D. via R-help > wrote: > > In one of my plot functions it is convenient to use clipping to restrict the > range of some > output. > But at the end of the function I'd like to turn it off, i.e., so that a > subsequent use of > legend(), t

[R] temporary clipping

2020-10-26 Thread Therneau, Terry M., Ph.D. via R-help
In one of my plot functions it is convenient to use clipping to restrict the range of some output. But at the end of the function I'd like to turn it off, i.e., so that a subsequent use of legend(), text() or whatever is not affected. I don't quite see how to do this -- it seems that the only w