Skip to content
Prev 318540 / 398503 Next

interactive visualizations - anyone use SVGAnnotation?

On 3/1/2013 9:12 AM, Joseph Clark wrote:
he erro
r I get when trying to install SVGAnnotation from the file: > install.packages("SVGAnnotation_0.93-1.tar.gz",repos=NULL)
Hi Joseph --

likely you will be able to install with

   install.packages("path/to/SVGAnnotation_0.93-1.tar.gz", repos=NULL, 
type="source")

I've enjoyed using this package for producing heatmaps that can be moused over 
and display information about underlying row / column values.

Martin