R package choroplethr说使用zip_choroplethr而不是zip_map,但功能不可用

时间:2016-08-03 23:34:41

标签: r choroplethr

我做了install.packages("choroplethr"),然后是library(choroplethr)。我想知道如何做一个邮政编码等等,所以我开始输入RStudio, " ?choroplethr::zip ..." RStudio找到的唯一功能是zip_map。我转到其帮助文件并查看以下文档:

  

从choroplethr 3.0.0版开始,不推荐使用此函数。请   请改用zip_choropleth。最后一个版本的choroplethr   这个功能是版本2.1.1,可以从下载   CRAN在这里:   http://cran.r-project.org/web/packages/choroplethr/index.html

好的,我想我会发现这个zip_choroplethr函数。

?choroplethr::zip_choroplethr
# No documentation for ‘zip_choroplethr’ in specified packages and libraries:
# you could try ‘??zip_choroplethr’

WUT。

1 个答案:

答案 0 :(得分:2)

感谢您使用choroplethr。

确实,

zip_map已被弃用。它使用散点图,这不是可视化邮政编码的最佳方式,特别是因为它们很小。

在choroplethr中,邮政编码等值线由一个新的独立包管理:choroplethrZip。您可以查看安装说明和文档here

由于地图的大小,CRAN拒绝了choroplethrZip,这就是为什么它在单独的包中和github上。