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 更改为状态。我怎样才能做到这一点?