powered by
Create a Google Gadget based on a Google Visualisation Object
createGoogleGadget(gvis)
createGoogleGadget returns a Google Gadget XML string.
an object of class 'gvis', e.g. output of a googleVis visualisation functions.
Markus Gesmann
See also as print.gvis, cat
print.gvis
cat
M <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Year") gdgt <- createGoogleGadget(M) cat(gdgt)
Run the code above in your browser using DataLab