bruneimap {bruneimap} | R Documentation |
Simple feature objects to plot Brunei maps
Description
Simple feature objects to plot Brunei maps
Usage
dis_sf
mkm_sf
kpg_sf
brn_sf
Format
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.
Details
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
Examples
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()
[Package bruneimap version 0.3.1 Index]