(This article was first published on CYBAEA Data and Analysis, and kindly contributed to R-bloggers)
O’Reilly has published Data Mashups in R as a $4.99 PDF download in their Short Cut series. In 27 pages it takes you through an example of how to combine foreclosure information with maps and geographical information to produce plots like the one below. This is all done with the R statistical computing and analysis platform.
They show how to:
- Use regular expressions to parse HTML files
- Use the XML package to parse XML data from a web service (Yahoo! Geocode)
- Find ERSI shape files for your maps
- Use PBSmapping to process and display geographical data (GIS)
- Importing and using US Census data with your maps
To leave a comment for the author, please follow the link and comment on his blog: CYBAEA Data and Analysis.
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...
![[Philadelphia County July 2009 Foreclosure Heat Map]](http://static.cybaea.net/images/fc_heat_medium.png)

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