usmap
usmap copied to clipboard
🗺 Create US maps including Alaska and Hawaii in R
**Describe the bug** In the `release.yaml` workflow, reverse dependency checks don't seem to work. It installs several extraneous packages and then fails to revdepcheck the `usmap` reverse dependencies. **To Reproduce**...
**I am getting this error:** ``` Error in usmap_transform(lat_long_acres) : could not find function "usmap_transform" ``` Using usmap package 0.7.1 ``` lat_long_acres = dplyr::select(Wildfire_Data_Updated, incident_longitude, incident_latitude, incident_acres_burned, incident_dateonly_created) colnames(lat_long_acres)[1] =...
**Describe the bug** This snippet generates a plot that is empty in Connecticut, even when the dataset has data for this region. usmap::plot_usmap(data = usmap::countypop, regions = "counties", values =...
When trying to plot the map data a theme element is missing in the element hierarchy. **To Reproduce** Steps to reproduce the behavior: Running states counties cowplot::plot_grid(states, counties, nrow =...
I was mapping county-level data today using usmap and realized that my values for Connecticut were being rejected. I am using data from 2016-2020, so it still has the older...