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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -