| bruneimap | R Documentation |
Simple feature objects to plot Brunei maps
dis_sf
mkm_sf
kpg_sf
brn_sf
An object of class sf (inherits from tbl_df, tbl, data.frame) with 4 rows and 7 columns.
An object of class sf (inherits from tbl_df, tbl, data.frame) with 39 rows and 8 columns.
An object of class sf (inherits from tbl_df, tbl, data.frame) with 438 rows and 9 columns.
An object of class sf (inherits from tbl_df, tbl, data.frame) with 17 rows and 2 columns.
There are three simple feature objects in this package that can be used to plot Brunei maps:
dis_sf: District-level boundaries
mkm_sf: Mukim-level boundaries
kpg_sf: Kampong-level boundaries
brn_sf: A sillhouette of Brunei
library(ggplot2)
# District-level boundaries
ggplot(dis_sf) +
geom_sf()
# Mukim-level boundaries
ggplot(mkm_sf) +
geom_sf()
# Kampong-level boundaries
ggplot(kpg_sf) +
geom_sf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.