如何为传单中的地图选择合适的半径?
我正在尝试用 R 中的传单制作地图。作为圆的半径的属性数据是从 1 到 3500 离散的。我使用简单的方法来缩放它:
radius = Points$attribute/100
但如图所示,有些城市太大而无法重叠,而有些则太小。
有什么好方法来缩放半径数据吗?
I'm trying to make a map by leaflet in R. The attribute data as radius for the circle is discrete from 1 to 3500. I use simple way to scale it:
radius = Points$attribute/100
but as the figure shows, some cities are too large to overlap, while some are too small.
is there any nice way to scale data for the radius?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论