i want to create a map of the US in R with the states color coded in a heat map type of way based on a metric. I know how to do this using the googleVis api but i can\'t us
There is a complete example in the ggplot2 package, see ?map_data.
?map_data
library(ggplot2) example(map_data)