Create Excel Choropleth Maps from Shape Files
How to transform Shape Files into Microsoft Excel Choropleth Maps – including 2 Maps of Germany by Zip Codes On several occasions I thought (and…
View More Create Excel Choropleth Maps from Shape FilesMaps in R: choropleth maps
January 23, 2013 By Max Marchi (This article was first published on Milano R net, and kindly contributed to R-bloggers) This is the third article of…
View More Maps in R: choropleth mapsHow to Make a US County Thematic Map Using Free Tools
By NATHAN YAU There are about a million ways to make a choropleth map. The problem is that a lot of solutions require expensive software or…
View More How to Make a US County Thematic Map Using Free ToolsHow to create an attractive choropleth map in R?
I’ve been experimenting with choropleth mapping techniques in R, having reaped the benefits of ggplot2 for creating beautiful graphs within a powerful data analysis package.…
View More How to create an attractive choropleth map in R?Using Contour Lines to Map Density of NYPD’s Stop and Frisk Data
Using Contour Lines to Map Density of NYPD’s Stop and Frisk Data July 13 2012 by Chris Herwig Using elevation contour lines is one of several ways…
View More Using Contour Lines to Map Density of NYPD’s Stop and Frisk DataIntroduction to Spatial Data and ggplot2
Introduction This tutorial is an “Introduction to Spatial Data and ggplot2” and assumes no prior knowledge of spatial data analysis in R. We do recommend…
View More Introduction to Spatial Data and ggplot2Monte Carlo Bayesian Sensitivity Analysis
sens R Documentation Monte Carlo Bayesian Sensitivity Analysis Description Fully Bayesian Monte Carlo sensitivity analysis scheme, based upon any of the regression models contained in…
View More Monte Carlo Bayesian Sensitivity AnalysisInstalling Deducer in Win7
1. make sure you have java installed. 2. open R in c:\Program Files\R\R-3.0.1\bin\i386\Rgui.exe and run: install.packages(c(“rJava”,”iplots”,”JGR”,”Deducer”,”JavaGD”)) .libPaths() library(JGR) launchJGR <- function(){ windows <- .Platform$OS.type ==…
View More Installing Deducer in Win7ggplot2: Plotting two or more overlapping density plots on the same graph
One R Tip A Day uses a custom R function to plot two or more overlapping density plots on the same graph. The same can be…
View More ggplot2: Plotting two or more overlapping density plots on the same graphCombining superscripts, subscripts and other symbols in axis labels
Here was a tricky questions just sent to me: I’m trying to get δ44/42Ca915a (‰) to look like δ44/42Ca915a (‰). I only need at this time to…
View More Combining superscripts, subscripts and other symbols in axis labels