Describe the bug
Using the built-in county list, and the provided sample population file, I can see that two Alaska counties are not mapped correctly.
Any idea?
To Reproduce
df = read_csv(system.file("extdata", "county_fips.csv", package = "usmap"))
df$pop_2015 = 1000
usmap::plot_usmap(
data = df,
"counties",
values = "pop_2015",
color = NA
) + scale_fill_viridis_c(
option = "D",
na.value = "#bbbbbb",
name = "population"
)
Same happens with: countypop <- readxl::read_excel("https://raw.githubusercontent.com/pdil/usmap/master/data-raw/countypop.xlsx")
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4