Skip to content
Paolo Di Lorenzo edited this page Apr 30, 2017 · 33 revisions

usmap wiki

Click on a link below for more information.

Roadmap

  • Merge data with map for plotting
    • Include vignette with example plots
  • Include more map projections
  • Replace data frame names lat and long with something else since they don't really represent latitude and longitude (for non-Mercator projections)
    • Perhaps x and y should be sufficient
  • Allow specifying whether data values are discrete or continuous, i.e.
  plot_usmap(data = df, value.type = c("continuous", "discrete"))
Clone this wiki locally