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?
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?
Copyright © 2021 Jogjafile Inc.