-
-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Paolo Di Lorenzo edited this page Apr 30, 2017
·
33 revisions
Click on a link below for more information.
-
Merge data with map for plotting- Include vignette with example plots
- Include more map projections
- Replace data frame names
lat
andlong
with something else since they don't really represent latitude and longitude (for non-Mercator projections)- Perhaps
x
andy
should be sufficient
- Perhaps
- Allow specifying whether data values are discrete or continuous, i.e.
plot_usmap(data = df, value.type = c("continuous", "discrete"))
- Standardize function names since
usmap
's API is intended to be small and lightweight.- For example:
usmap_data
,usmap_plot
, usmap_join`, etc.
- For example: