Description Usage Format Examples
Hoang Sa and Truong Sa are not included
1 |
An object of class sf
(inherits from data.frame
) with 63 rows and 2 columns.
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.