(This article was first published on mages' blog, and kindly contributed to R-bloggers)
It seems that you cannot include Google Visualisation Charts into a blog post directly.So, I tried to include the output of a googleVis function as a gadget, but also unsuccessful.
Although you can include gadgets into your site template, it doesn't seem to work with blog posts. So, here is the trick which works for me: the
iframe tag.The following geo map is included as
<iframe width="100%" height="40%" frameborder="0" src="http://dl.dropbox.com/u/7586336/blogger/AndrewGeoMap.html">
</iframe>
As you can see, the chart itself is actually displayed in a page hosted by Dropbox and only inserted into this post via the
iframe-tag.For those of you, who would like to replicate the plot of Hurricane Andrew, here is the R code:
Created by Pretty R at inside-R.org
To leave a comment for the author, please follow the link and comment on his blog: mages' blog.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).