问题标签 [choroplethr]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
75 浏览

choropleth - 如何在状态名称上显示与状态对应的值名称?

我正在使用 choroplethr 为美国设置一个新的 choropleth 地图,并坚持显示与相应状态相对应的状态的值。

我正在尝试使用 choroplethr 构建 choropleth 地图。我的表有列区域和值。我成功地在相应状态上显示状态名称。我也试图在状态名称上显示相应的值名称。这是我为打印州名所做的以下代码行。

我除了输出地图显示状态名称以及相应状态的值。

0 投票
1 回答
51 浏览

r - Choroplethr 中州名的格式是什么?

我正在尝试使用大片作为单位创建一个县的 Choropleth。

它说“state_name”的地方,我不知道该放什么。

我已经尝试过 OH、OHIO 和 FIPS 代码。

tract_choropleth(df,俄亥俄州,标题=“人口普查”,图例=“”,)

每个结果都以“state_name %in% state.regions$region 中的错误:找不到对象‘ohio’”结尾

0 投票
1 回答
390 浏览

r - 是否可以在使用 choroplethr 制作的地图上添加城市叠加层?

当谈到 R 时,我是全新的品牌。您能给我的任何帮助将不胜感激。

我正在使用 choroplethr 包按邮政编码创建地图。我想添加一个显示城市(并且仅显示城市)的叠加层,但reference_map = TRUE仅使用返回带有州首府的地形图,除了使实际颜色更难区分之外。

有没有办法将城市叠加层附加到 choroplethr 上,或者使用我忽略的 choroplethr 的内置功能,或者将它与其他包结合使用?

我目前的功能是

它返回这样的图像:

糟糕的地形图... D:

我想要这样的东西(加上城市覆盖!):

好邮编地图! :D

0 投票
0 回答
54 浏览

ggplot2 - Linux中的ggplot2 choropeth ZIP / ZCTA

我想使用 ZCTAs(邮政编码制表区域,邮政编码地理边界的粗略模拟)在 ggplot2 中构建等值线图。我已经使用州和县数据集在 ggplot2 中构建了等值线图,但是我很难从做过这件事的人那里找到任何代表。另外我在一台 Linux 机器上,我无法安装 choroplethr,所以我不认为这是一个选项。

我为 ZCTAs 找到了这个 JSON 文件,也许它会有用。 https://catalog.data.gov/dataset/zip-codetabilation-area-boundaries/resource/ea476dcb-4846-4242-9fb3-d41afb13bf52

0 投票
1 回答
431 浏览

r - 为 R 版本 3.5.0 安装 Choroplethr 时遇到问题

我无法安装 Choroplethr 包。

我已经安装了“devtools”包和 GitHub 存储库

当我运行 zip_choropleth() 时出现错误:'找不到函数“zip_choropleth”'。

我尝试安装 'choroplethrZip' 包并得到错误:'choroplethrZip' 不可用(对于 R 版本 3.5.0)'。

我不确定还能做什么,或者它是否根本不适用于我的 R 版本。

任何想法都非常感谢。提前致谢。

错误:...包 'choroplethrZip' 不可用(对于 R 版本 3.5.0)

0 投票
1 回答
77 浏览

r - 当 reference_map = TRUE 时,Choroplethr 不会产生我可以看到的图形输出

此代码按应有的方式绘制股票等值线图:

ca_tract_choropleth(df_ca_tract_demographics,
+ title = "2013 Los Angeles Census Tract\n Percent White",
+ legend = "%",
+ num_colors = 9,
+county_zoom = 6037)

此代码生成仅显示参考地图的源 URL 和 R-Studio 中的空白绘图选项卡:

ca_tract_choropleth(df_ca_tract_demographics, + title = "2013 Los Angeles Census Tract\n Percent White",
+ legend = "%",
+ num_colors = 9,
+county_zoom = 6037,
+ reference_map = TRUE)

我在跑步:

有没有人有任何想法?

0 投票
0 回答
52 浏览

r - 使用 R 中的 ggplotly 和 choroplethrZip 包修改 choropleth 地图的 hoverinfo 时显示错误

我尝试使用 plotly 的样式功能修改悬停信息,并最终在每个悬停点上显示整个列信息。

我尝试使用 <\n>、“br”、“br /”和工具提示来使用样式功能。将 ggplot 对象转换为 plotly 对象时不存在该问题。

样本数据:

我想看到悬停点在正确的点上显示适当的信息。

0 投票
2 回答
595 浏览

r - 如何选择特定国家制作等值线图

我正在尝试制作一些特定国家的等值线地图。我有带有等值线地图值的数据,而我没有数据的其他国家将被绘制为灰色。

所以这是我到目前为止的代码:

在此处输入图像描述

然后,我想添加data_iso$ratemort他们各自国家的值。

有什么建议吗?

0 投票
0 回答
37 浏览

r - Is there anyway to set the counties' border line colors in county_choropleth? Or any other alternative way?

My data includes FIPS code, County Name, and Population size. Using the choroplethr package, my current code is

Is there anyway to set the counties' border line colors in county_choropleth? Or any other alternative way?

0 投票
2 回答
201 浏览

r - 如何从 Choroplethr 地图中删除州缩写

我正在使用choroplethr如下图所示的地图。如何简单地删除州缩写?

enssster 图像描述在这里

这是复制代码: