Archeologist

169
reputation
1
11

Howdy!

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

enter image description here