small_vnsf: Small sf data of Vietnam map

Description Usage Format Examples

Description

Hoang Sa and Truong Sa are not included

Usage

1

Format

An object of class sf (inherits from data.frame) with 63 rows and 2 columns.

Examples

1
2
3
4
5
6
7
# This sf map data is easy to visualize with ggplot2
library(ggplot2)
library(magrittr)

ggplot(small_vnsf, aes(geometry = geometry))+
geom_sf()+
coord_sf()

vohai611/haitools documentation built on Dec. 23, 2021, 4:10 p.m.