Can I use function-crosslet to plot states in America?

60 Views Asked by At
library(rMaps)
crosslet(
  x = "country", 
  y = c("web_index", "universal_access", "impact_empowerment", "freedom_openness"),
  data = web_index
)

For this code, x="country", I want to change x to states. How can I do that?

0

There are 0 best solutions below