Re: [R] Identify and plotting symbols. [SEC=UNCLASSIFIED]

2007-09-20 Thread Rolf Turner
On 20/09/2007, at 4:35 PM, Crombie, Joe wrote: > Or maybe: > >> while(length(ind <- identify(x,y,n = 1, plot = F))) >> points(x[ind], y[ind], pch = 19) > > (highlights each point as you select it, until you click _stop_) Bewdy!!! That's eggs-actly what I was looking for. Thanks very much.

Re: [R] Identify and plotting symbols.

2007-09-20 Thread D L McArthur
Rolf Turner auckland.ac.nz> writes: ... > I tried > > ind <- identify(x,y,labels=rep("\021",length(x)),offset=0) Have you tried "\225" or "\244" or "\370" (which can be previewed by typing > "\225" etc), and clicking just above the plotted datapoints? D L McArthur, UCLA Sch of Medicine

Re: [R] Identify and plotting symbols.

2007-09-20 Thread Prof Brian Ripley
On Thu, 20 Sep 2007, Rolf Turner wrote: > I have been trying, unsuccessfully, to use identify() to (simply) return > a list of the indices of points clicked on and overplot (with say a > solid dot) each clicked-on point so that I can see where I've been. > I.e. I don't want to see the indices p

Re: [R] Identify and plotting symbols. [SEC=UNCLASSIFIED]

2007-09-19 Thread Crombie, Joe
rsday, 20 September 2007 2:11 PM To: [EMAIL PROTECTED] Subject: Re: [R] Identify and plotting symbols. [SEC=UNCLASSIFIED] Rolf turner wrote: >I have been trying, unsuccessfully, to use identify() to (simply) >return a list of the indices of points clicked on and overplot (with >say a solid do

Re: [R] Identify and plotting symbols. [SEC=UNCLASSIFIED]

2007-09-19 Thread Crombie, Joe
Rolf turner wrote: >I have been trying, unsuccessfully, to use identify() to (simply) >return a list of the indices of points clicked on and overplot (with >say a solid dot) each clicked-on point so that I can see where I've >been. I.e. I don't want to see the indices printed on the screen; I

[R] Identify and plotting symbols.

2007-09-19 Thread Rolf Turner
I have been trying, unsuccessfully, to use identify() to (simply) return a list of the indices of points clicked on and overplot (with say a solid dot) each clicked-on point so that I can see where I've been. I.e. I don't want to see the indices printed on the screen; I just want the points