A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pdil/usmap/issues/72 below:

Two AK counties not mapped correctly!? · Issue #72 · pdil/usmap · GitHub

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