gpt4 book ai didi

r - 如何使用函数 usmap 更改 R 中的州或县标签大小?

转载 作者:行者123 更新时间:2023-12-02 16:44:48 25 4
gpt4 key购买 nike

我正在尝试绘制新墨西哥州的 map ,每个县都有标签,但标签大小总是比预期的大得多。这是我到目前为止使用的代码。

plot_usmap("counties", include=("NM"), labels=TRUE, label_color="red")

我的 map 最终看起来像这样:

map

如何更改标签的大小以使其不重叠?我试过 size= 但这只改变了寄宿生的大小。

感谢您的帮助。

最佳答案

您可以使用以下解决方案设置标签字体大小:

library(usmap)
p <- plot_usmap("counties", include=("NM"), labels=TRUE, label_color="red")

# Set label font size
p$layers[[2]]$aes_params$size <- 5
print(p)

enter image description here

关于r - 如何使用函数 usmap 更改 R 中的州或县标签大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60806822/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com