REmap是一个基于Echarts http://echarts.baidu.com 的一个R包.主要的目的是为广大数据玩家提供一个简便的,可交互的地图数据可视化工具.目前托管在github, https://github.com/lchiffon/REmap
安装方式:
library(devtools)
install_github('lchiffon/REmap')
- 提示:请使用Chrome或者Firefox来作为默认浏览器
其他信息
- Version: 0.3
- Authors@R: "Dawei Lang dawei.lang@supstat.com [aut, cre]"
- Description: Provides an R interface to the JavaScript library ECharts for interactive map data visualization.
- Depends: R (>= 3.1.2)
- License: MIT + file LICENS
更新日志
V0.3
- 修复remapC的warning bugs
- 新增remapH热力图效果
V0.2.2
- 调整demo的文档,可以用demo函数来调用
get_geo_postion
把原始的机场经纬度chche改为城市经纬度- fix bugs
V0.2.1
- 在调用remapC与remapB时,可以设置line和point的tooltip
- 调用markPoint可以在数据中设置symbolSize来控制点的大小
- 增加knitr的支持
V0.2
- 增加分级统计图(Choropleth Map): remapC
- 增加Bmap(百度地图与Echarts的结合): remapB
- get_theme函数中增加三个新的控制变量
- 格式化markLine和markPoint的使用
- 删去了帮助文档的中文字符
- 修正Windows用户下geo-cahce的问题(更快地获取地理信息)
V0.1
- 基础函数: remap
Update Log
V0.3
- fix warning bugs of remapC
- add remapH heatmap function
V0.2.2
- Support demo for REmap
- Change the airport cache data to city data in
get_geo_position
function - Fix bugs
V0.2.1
- Add tooltip to markpoint and markLine( set a vector called 'tooltip' to the data)
- Add symbolSize to markpoint( set a vector called 'symbolsize' to the data)
- Support REmap in knitr
V0.2
- Add Choropleth Map into REmap: remapC
- Add BaiduMap into REmap: remapB
- Add three new control into get_theme
- Add markLine,markPoint control
- Delete Chinese character in .Rd file
- Fix geo-cache system in windows
V0.1
- Demo function: remap