Skip to content

microly/alimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Chinese Maps from Aliyun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages