Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manhtai/r-vietnam-map
Vietnam 63 provinces in R
https://github.com/manhtai/r-vietnam-map
Last synced: about 1 month ago
JSON representation
Vietnam 63 provinces in R
- Host: GitHub
- URL: https://github.com/manhtai/r-vietnam-map
- Owner: manhtai
- Created: 2014-12-25T13:10:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-25T13:16:31.000Z (almost 10 years ago)
- Last Synced: 2024-08-04T13:04:02.174Z (5 months ago)
- Language: R
- Size: 14.4 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vietnamese-language - Bản đồ 63 tỉnh thành - R Lang
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)