R Leaflet的比率/百分比

时间:2016-02-08 10:13:06

标签: r leaflet markerclusterer

我正在尝试使用R。

在Leaflet Cluster Map上显示百分比

例如:

Leaflet中的地震数据设置如下:

head(quakes)

     lat   long depth mag stations
1 -20.42 181.62   562 4.8       41
2 -20.62 181.03   650 4.2       15
3 -26.00 184.10    42 5.4       43
4 -17.97 181.66   626 4.1       19
5 -20.42 181.96   649 4.0       11
6 -19.68 184.31   195 4.0       12

我使用传单包创建一个集群映射,其中包含以下代码:

leaflet(quakes) %>% addTiles() %>% addMarkers(clusterOptions = markerClusterOptions())

代码使用群集呈现地图并将计数用作标签。

ClusterMap示例:

enter image description here

我如何使用' mag'的平均值?列作为我的集群的标签?我仍然希望能够放大和缩小地图。

我希望这是有道理的。

0 个答案:

没有答案