usmap
usmap copied to clipboard
🗺 Create US maps including Alaska and Hawaii in R
Love the package -- great for quick/easy mapping. Would it be straightforward to add support for [Public Use Microdata Area](https://www.census.gov/programs-surveys/geography/guidance/geo-areas/pumas.html) (PUMA) geography? That would allow for mapping of PUMA-level values...
**Is your feature request related to a problem? Please describe.** Users have requested the ability to define visual properties of the defined US Census Bureau regions such as borders and...
**Is your feature request related to a problem? Please describe.** There should be a way to plot both states and counties simultaneously. For example, plotting Alaska as a state with...
Please correct me if I am wrong here, but the only spatial features I see in the maps are to obtain the CRS, and transform the object to a data...
**Describe the bug** As I understand it, currently the only way to have county data and state data in the same map is to create the maps separately, extract their...
There are now a lot more functions within `usmap` than when the project was started. There should be some thought given to the naming of these functions going forward (before...
User should be able to add other shape file layers superimposed on the US map (e.g. roads, rivers, temperature data, etc.). One way this could work is as follows: ```...
US territories are frequently excluded from US maps. In the spirit of this package, which is to include often forgotten Alaska & Hawaii, it may be a good idea to...
See https://r-spatial.org/r/2022/04/12/evolution.html. From pkgapi analysis https://github.com/r-lib/pkgapi, this package uses `elide()` methods, which is used in `R/transform.R`. The `maptools::elide()` methods could be moved to **sp**, but I don't know whether this...
Hello, I recently ran into this error running the `plot_usmap` function. The function does not seem to be working with any data and I'm not quite sure what the issue...