r - Non-interactive GoogleVis charts -


is possible googlevis package r generate images oppose interactive charts? create googlevis chart in r:

library(googlevis) m <- gvismotionchart(fruits, "fruit", "year") plot(m) 

this initiates browser , plot interative chart. there way such can create non-interactive image , plot in r

what have done complete hack, works. view html googlevis object generated , extract svg. save svg file , open in image editor can open , convert svg files.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -