README.md

alimap

A package to supply Chinese maps (sf objects) from aliyun (http://datav.aliyun.com/tools/atlas).

Installation

# install.packages("devtools")
devtools::install_github("microly/alimap")

How to get the maps :

library(alimap)

# get the national map of China.
map <- map_nation()
plot(map)

# get the provincial map of China.
map <- map_province()
plot(map)

# get the map of prefecture cities of China.
map <- map_prefecture_city()
plot(map)


microly/alimap documentation built on Jan. 30, 2020, 12:26 a.m.