Re: [R] Using interactive plots to get information about data points

2008-08-27 Thread Antony Unwin
> I have been experimenting with interactive packages such iplots and > playwith. Consider the following sample dataset: > A B C D > 1 5 5 9 > 3 2 8 4 > 1 7 3 0 > 7 2 2 6 > Let's say I make a plot of variable A. I would like to be able to > click on a data point (e.g. 3) and have a pop-up windo

Re: [R] Using interactive plots to get information about data points

2008-08-26 Thread Michael Bibo
jcarmichael gmail.com> writes: > > > Thank you for the GGobi reference, it is a very handy tool! My main goal, > however, is to be able to identify univariate outliers (with boxplots for > example), and I'm having a hard time getting the rggobi package to do that. > Hmmm... I guess because G

Re: [R] Using interactive plots to get information about data points

2008-08-25 Thread jcarmichael
Thank you for the GGobi reference, it is a very handy tool! My main goal, however, is to be able to identify univariate outliers (with boxplots for example), and I'm having a hard time getting the rggobi package to do that. Michael Bibo-2 wrote: > > > ?identify with labels argument. > > Anot

Re: [R] Using interactive plots to get information about data points

2008-08-23 Thread Michael Bibo
jcarmichael gmail.com> writes: > > > I have been experimenting with interactive packages such iplots and playwith. > Consider the following sample dataset: > > A B C D > 1 5 5 9 > 3 2 8 4 > 1 7 3 0 > 7 2 2 6 > > Let's say I make a plot of variable A. I would like to be able t