Re: [R] Plot Point Labelling

2008-10-30 Thread Felix Andrews
Check out panel.identify.cloud in the latest version of the lattice package. E.g. cloud(depth ~ lat * long, quakes) trellis.focus() panel.identify.cloud() 2008/10/31 Charles Liard <[EMAIL PROTECTED]>: > Hi, > > Please tell me of an R graphical routine that will create a 3d plot > something like

[R] Plot Point Labelling

2008-10-30 Thread Charles Liard
Hi, Please tell me of an R graphical routine that will create a 3d plot something like "cloud" or "scatterplot3d" but that allows individual labeling of each point in the plot. I've done it with SPSS. I'm sure that there is an R routine, but I can't find it. I'm at: [EMAIL PROTECTED] [EMAIL PR