Wednesday, August 20, 2014

googleVis!!!

I'm back working on R&graphics at last. I've made some progress on the shiny+rgl front, but haven't really had the time to create anything which could be posted here...
However, it's been a while, so today I thought I'd take advantage of the release of googleVis. Quick attempts to make to draw time series were quite nice. It may not be as configurable as ggplot, but it's very nice and rather easy to use:

 Hopefully I'll figure out how to upload a live version for anyone to play with it... Any hint?

2 comments:

  1. The easiest way to include googleVis output in your post is via the the iframe tag. Place the HTML output file from googleVis in a public folder and link to it in your post using the iframe tag. The googleVis package vignette has a section on this, see also slides 34 - 36 of the googleVis tutorial: http://decastillo.github.io/googleVis_Tutorial/#34

    ReplyDelete