Skip to content
Prev 385850 / 398503 Next

2 KM curves on the same plot

Thank you Jim for helping! Yes, I will try Mark's method.

John
On Wednesday, September 30, 2020, 01:47:55 AM PDT, Jim Lemon <drjimlemon at gmail.com> wrote:
Hi John,
Hmmm, this works:

plot(1:10)
xylim<-par("usr")
clip(5,xylim[2],xylim[3],xylim[4])
lines(10:1)

so I suspect that there is a "lines" method that resets the clipping
region out of sight. Fortunately Mark Schwartz provided a way to get
your plot so I will give the wall against which I have been banging my
head a break.

Jim
On Wed, Sep 30, 2020 at 1:57 PM array chip <arrayprofile at yahoo.com> wrote: