Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manhtai/r-vietnam-map

Vietnam 63 provinces in R
https://github.com/manhtai/r-vietnam-map

Last synced: about 2 months ago
JSON representation

Vietnam 63 provinces in R

Awesome Lists containing this project

README

        

Bản đồ Việt Nam 63 tỉnh trong R
===============================

## Sử dụng:

~~~r
libs <- c("maptools", "sp")
lapply(libs, require, character.only = TRUE)

geo63 <- readRDS("geo63.rds")
spplot(geo63, "ID_1", main="63 tỉnh")
~~~

## Mẫu:

![Vietnam](Rplot.png)