Geographical heat map in R

后端 未结 4 1146
孤独总比滥情好
孤独总比滥情好 2020-12-13 21:20

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

4条回答
  •  温柔的废话
    2020-12-13 21:36

    (hopefully answer may still be helpful for somebody)

    RevolutionAnalytics has excellent example of map visualization using spplot() function. Here's image from there:

    enter image description here

提交回复
热议问题