Skip to content

englianhu/REmap

 
 

Repository files navigation

REmap程序包

REmap程序包中文版(百度绘图)

振兴中华

大秦赋 - 北京大学

🚩🇨🇳🏹红旗中科 RedFlag Linux (🍥Debian 11)

🚩🇨🇳✝️🏹红旗中科是🇨🇳国产第一个以🍥德比安/🍥达比安操作系统改良版的🚩🇨🇳✝️🏹红旗礼逆袭。而创办人NonMuslim孙玉芳、艺人NonMuslim蔡卓宜、本人NonMuslim黄联富都是🇨🇳北京大学校友。


**🚩🇬🇧🏹Red Cross ✝️Army RedFlag Linux 🚩🇨🇳✝️🏹红旗中科**

🚩红旗礼逆袭


可通过以下网站查阅更多详情: <iframe src='//player.bilibili.com/player.html?aid=938367824&bvid=BV1pT4y1a7Zt&cid=581199416&page=1' scrolling='no' border='0' frameborder='no' framespacing='0' allowfullscreen='true'> </iframe>

视频来源β站:安装🚩红旗Linux系统


目前使用🚩🇨🇳🏹中国国产红旗礼逆袭,并且将REmap程序包中文化,以下R编程语言函数也开始中文化,日后编程都会使用中文编程。

出处:欢迎到【百度绘图】R编程语言程序包

REmap程序包中文版(百度绘图)

REmap程序包中文版(百度绘图)

  • 百度绘图,点缀全球
  • 由于百度地图自从前几年开始只限制中国同胞注册为百度开发人员才能使用,导致无法正常使用。故此尝试修改全球地图数据来源,而且目前正在科研高频量化对冲交易论文内容、函数、代码都一律汉化,所以尝试将此REmap原版,稍微修改一下为REmap程序包中文版(百度绘图),也是第一个使用中文编程的R语言程序包。
  • 英文地名使用maps::world.cities程序包内数据即可。
  • 而中文数据可以使用maps::world.cities程序包内数据已加工并储存在REmap程序包的附属数据地图数据.csv
  • 【词林】国家与地区一览
sudo su - -c "R -e \"install.packages(c('devtools', 'car'), repos='https://cran.rstudio.org', lib='/usr/lib/R/library', dependencies = c('Depends', 'Imports'), INSTALL_opts = '--no-lock')\""

sudo su - -c "R -e \"devtools::install_github('englianhu/REmap', INSTALL_opts = '--no-lock', force = TRUE)\""

可以通过终端安装,以上乃🚩红旗礼逆袭(🍥德比安/🍥达比安)。

if(!require('devtools')) {
   install.packages('devtools')
   devtools::install_github('englianhu/REmap')
}
require('REmap')

倘若通过R平台安装,如上。

REmap(原版)

Create html maps by Echarts

原著:

R程序包信息

  • Version: 0.3

  • Authors@R: "Dawei Lang chiffonlang@icloud.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

  • REmap Tutorial

library(devtools)
install_github('lchiffon/REmap')


更新日志

V0.3.2

  • remapB函数添加11个新主题

  • 修复Bug

V0.3.1

  • 新生成的图片将存储在R的临时文件夹中,并在退出R后删除
  • 可以使用options(remap.js.web = T)来切换保存到工作目录的模式

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.2

  • Add 11 new themes into remapB function
  • Fix bugs

V0.3.1

  • New pictures will be saved in the R temporary file path
  • USe options(remap.js.web = T) to set options for saving pictures into working directory

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

About

百度绘图,点缀全球

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.9%
  • R 5.4%
  • Other 0.7%