gpt4 book ai didi

r - 在 rCharts 中向传单 map 添加文本

转载 作者:行者123 更新时间:2023-12-01 08:13:02 25 4
gpt4 key购买 nike

我正在使用 rCharts 在 RStudio 中创建传单 map 。

有谁知道是否可以在特定点(e.g.)向结果 map 添加文本

我不能将此视为 rCharts 传单 github 页面上注明的特定功能:https://github.com/ramnathv/rCharts/blob/master/R/Leaflet.R

欢迎提出任何建议,

非常感谢,

最佳答案

我可能会建议 leaflet包,因为它得到了更积极的维护:

library(leaflet)

content <- paste(sep = "<br/>",
"I am some text"
)

leaflet() %>% addTiles() %>%
addPopups(-122.327298, 47.597131, content,
options = popupOptions(closeButton = FALSE)
)

enter image description here

关于r - 在 rCharts 中向传单 map 添加文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27837646/

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