library(rMaps)
crosslet(
x = "country",
y = c("web_index", "universal_access", "impact_empowerment", "freedom_openness"),
data = web_index
)
このコード x="country" では、x を州に変更したいと考えています。どうやってやるの?
library(rMaps)
crosslet(
x = "country",
y = c("web_index", "universal_access", "impact_empowerment", "freedom_openness"),
data = web_index
)
このコード x="country" では、x を州に変更したいと考えています。どうやってやるの?