当谈到 R 时,我是全新的品牌。您能给我的任何帮助将不胜感激。
我正在使用 choroplethr 包按邮政编码创建地图。我想添加一个显示城市(并且仅显示城市)的叠加层,但reference_map = TRUE
仅使用返回带有州首府的地形图,除了使实际颜色更难区分之外。
有没有办法将城市叠加层附加到 choroplethr 上,或者使用我忽略的 choroplethr 的内置功能,或者将它与其他包结合使用?
我目前的功能是
zip_choropleth(myexcel,
title="Mansfield Geographical Capture by ZCTA",
num_colors=9,
state_zoom = c("massachusetts","rhode island","connecticut"),
reference_map = TRUE)
+ scale_fill_brewer(palette="YlOrRd")
它返回这样的图像:
我想要这样的东西(加上城市覆盖!):