On Sun, Feb 7, 2010 at 2:35 PM, Rainer Tischler <rainer_...@yahoo.de> wrote:
> Dear all,
>
> I would like to make a large scatter plot created with R available as an 
> interactive web graphic, in combination with additional text-annotations for 
> each data point in the plot. The idea is to present the text-annotations in 
> an HTML-table and inter-link the data points in the plot with their 
> corresponding entries in the table, i.e. when clicking on a data point in the 
> plot, the corresponding entry in the table should be highlighted or centered 
> and vice-versa, when clicking on a table-entry, the corresponding point in 
> the plot should be highlighted.
>
> I have seen that CRAN contains various R-packages for SVG-based output of 
> interactive graphics (with hyperlinks and tool-tip annotations for each data 
> point); however, SVG is not supported by all browsers. Is anybody aware of 
> another solution for this problem (maybe based on image-maps and javascript)?
> If you have alternative ideas for interlinking tabular annotations with 
> plotted data points, I would appreciate any recommendation/suggestion.
> (I work with R 2.8.1 on different 32-bit PCs with both Linux and Windows 
> operating systems).
>

 My 'imagemaps' package?

https://r-forge.r-project.org/projects/imagemap/

Barry

______________________________________________
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