Skip to content

interactive visualizations - anyone use SVGAnnotation?

6 messages · Jeff Newmiller, Joseph Clark, Martin Morgan +1 more

#
Try RStudio's "Shiny".
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
Joseph Clark <joeclark77 at hotmail.com> wrote:

            
#
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

  
    
#
Thanks, I think you're on the right track but it still didn't work for me.  Perhaps there's something in there that needs to be compiled, and my system doesn't have the tools.  I solved my own problem by downloading a binary from this website:

http://bioconductor.jp/packages/2.9/extra/html/SVGAnnotation.html

It's verson 0.9-0 instead of the latest 0.93-1, but it installed with no problems.  Now to see what it can do!

I still welcome any recommendations of other tools for interactive presetation graphics with R.
And, my apologies for the mangled HTML-email original message!

// joseph w. clark , phd , visiting research associate
\\ university of nebraska at omaha - college of IS&T
#
On 03/01/2013 11:21 AM, Joseph Clark wrote:
see RShowDoc("R-admin") section 3.1.1 which in abbreviated form is to run the 
appropriate .exe from http://cran.r-project.org/bin/windows/Rtools/

Martin

  
    
2 days later
#
Hi

An alternative is the 'gridSVG' package
http://www.stat.auckland.ac.nz/~paul/gridSVG/gridsvg.pdf

Paul
On 02/03/13 06:12, Joseph Clark wrote:
I get when trying to install SVGAnnotation from the file: > install.packages("SVGAnnotation_0.93-1.tar.gz",repos=NULL)