Archeologist

3
reputation
3

Howdy!

if (Archeologist$Location == "United States"){
    plot_usmap(regions = "states") + 
    labs(title = "U.S. States") + 
    theme(panel.background=element_blank())
}

enter image description here