问题标签 [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.
choropleth - 如何在状态名称上显示与状态对应的值名称?
我正在使用 choroplethr 为美国设置一个新的 choropleth 地图,并坚持显示与相应状态相对应的状态的值。
我正在尝试使用 choroplethr 构建 choropleth 地图。我的表有列区域和值。我成功地在相应状态上显示状态名称。我也试图在状态名称上显示相应的值名称。这是我为打印州名所做的以下代码行。
我除了输出地图显示状态名称以及相应状态的值。
r - Choroplethr 中州名的格式是什么?
我正在尝试使用大片作为单位创建一个县的 Choropleth。
它说“state_name”的地方,我不知道该放什么。
我已经尝试过 OH、OHIO 和 FIPS 代码。
tract_choropleth(df,俄亥俄州,标题=“人口普查”,图例=“”,)
每个结果都以“state_name %in% state.regions$region 中的错误:找不到对象‘ohio’”结尾
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
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)
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)
我在跑步:
有没有人有任何想法?
r - 使用 R 中的 ggplotly 和 choroplethrZip 包修改 choropleth 地图的 hoverinfo 时显示错误
我尝试使用 plotly 的样式功能修改悬停信息,并最终在每个悬停点上显示整个列信息。
我尝试使用 <\n>、“br”、“br /”和工具提示来使用样式功能。将 ggplot 对象转换为 plotly 对象时不存在该问题。
样本数据:
我想看到悬停点在正确的点上显示适当的信息。
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?