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 window tell me the corresponding
value for variable D (e.g. 4).  I am also trying to produce multiple small
plots.  For example, four side-by-side boxplots for each of the four
variables A, B, C, D.

Any help would be greatly appreciated!  Thanks!
-- 
View this message in context: 
http://www.nabble.com/Using-interactive-plots-to-get-information-about-data-points-tp19116114p19116114.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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.

Reply via email to