[R] Interactive plots?
    Tony Plate 
    tplate at acm.org
       
    Sat May 26 00:01:26 CEST 2007
    
    
  
The package RSVGTipsDevice allows you to do just it just -- you create a 
plot in an SVG file that can be viewed in a browser like FireFox, and 
the points (or shapes) in that plot can have pop-up tooltips.
-- Tony Plate
mister_bluesman wrote:
> Hi there. 
> 
> I have a matrix that provides place names and the distances between them:
> 
>            Chelt     Exeter	London	Birm
> Chelt     0       118     96      50
> Exeter   118    0       118     163
> London  96     118     0       118
> Birm      50     163     118     0
> 
> After performing multidimensional scaling I get the following points plotted
> as follows
> 
> http://www.nabble.com/file/p10810700/demo.jpeg 
> 
> I would like to know how if I hover a point I can get a little box telling
> me which place the point refers to. Does anyone know?
> 
> Many thanks.
    
    
More information about the R-help
mailing list