Re: [R] how to draw graphs within clickable hyperlink

2005-03-04 Thread Barry Rowlingson
Damian Betebenner wrote: Hu, I've found two methods of doing this---1 in R and the other in S-Plus. Here's something I did a few years ago that lets you create PNG files and an HTML imagemap http://www.maths.lancs.ac.uk/Software/Imagemap/ It might be tricky to add clickable areas to plots drawn

RE: [R] how to draw graphs within clickable hyperlink

2005-03-04 Thread Liaw, Andy
You need to output the graph in a format that allow such interactivity. I believe svg (available through the svgDevice package on CRAN) can do that. Andy > From: Hu Chen > > Hi all > I want to draw a graph containing points and edges. Package graphics > could do this. However I want to make eac

[R] how to draw graphs within clickable hyperlink

2005-03-04 Thread Damian Betebenner
Hu, I've found two methods of doing this---1 in R and the other in S-Plus. 1. The S-Plus solution is called graphlets which are a java-based graphics device that allows one to build various types of interactivity into their graphs. 2. The R solution uses the gridSVG package by Paul Murrell. The

[R] how to draw graphs within clickable hyperlink

2005-03-04 Thread Hu Chen
Hi all I want to draw a graph containing points and edges. Package graphics could do this. However I want to make each those points and edges clickable with a hyperlink on them. Anybody know how to do this? Thanks very much. __ R-help@stat.math.ethz.ch m