标签:ber github packages https map ack lang log number
在使用
install.packages("dectools")
library(devtools)
install_github(‘badbye/baidumap‘)
install_gihub(‘lchiffon/REmap‘)
出现“XML”错误
因此使用
install.packages("XML") library(‘XML‘)
成功安装”baidumap“和”REmap“
在使用前注意载入
library("baidumap") library("REmap")
基本的使用参照:这个
标签:ber github packages https map ack lang log number
原文地址:http://www.cnblogs.com/amelie-tingting/p/6170044.html