I don't know iPlot well enough to tell about that. I was not sure if you needed to use iPlot, or just wanted to connect the points and thought that iPlot might be an answer. I suggested locator with type='l' as a possibility if traditional graphics would work for you.
If you have other reasons that require you to use iPlot, then someone with more knowledge of iPlot will need to help you. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] (801) 408-8111 > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of ryestone > Sent: Wednesday, June 13, 2007 12:09 PM > To: [email protected] > Subject: Re: [R] ievent.wait > > > With locator( ) does it only work in a regular R plot or can > I use it with iPlot? > I am having difficulty getting it to be used with Iplots, it > just calls up a new screen when the function is called. > > Stone. > > > Sundar Dorai-Raj wrote: > > > > Hi, Greg, > > > > type = 'b' won't work according to ?locator. Try type = 'o'. > > > > HTH,x > > > > --sundar > > > > Greg Snow said the following on 6/13/2007 7:27 AM: > >> Does > >> > >> locator(type='l') > >> > >> (or type ='b') > >> > >> Work for you? > >> > >> -----Original Message----- > >> From: "ryestone" <[EMAIL PROTECTED]> > >> To: "[email protected]" <[email protected]> > >> Sent: 6/8/07 10:19 AM > >> Subject: [R] ievent.wait > >> > >> > >> I am working on a plot and would be like to click on a few > points and > >> then have a line connect them. Could anyone help me with this or > >> advise me in a direction that would suit this. I know I would be > >> using ievent.wait in iplot but not sure about this. > >> > >> thank you. > > > > ______________________________________________ > > [email protected] mailing list > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > > http://www.R-project.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > > > > > -- > View this message in context: > http://www.nabble.com/ievent.wait-tf3891095.html#a11105384 > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
