Description
Comoro Islands Maps.
Description
Maps of Comoro Islands. Layers include the country coastline, each island coastline and administrative regions boundaries.
README.md
Overview
The goal of comorosmpas is to get maps of Comoro Islands to plot!
Installation
Install from CRAN with
install.packages("comorosmaps")
The development version of comorosmaps may be installed directly from github.
devtools::install_github("hhousni/comorosmaps")
Usage
Plot Comoro islands as one country without region.
library(comorosmaps)
comoros()
Plot Comoro islands as one country with region.
comoros(pref = TRUE)
Plot Moheli island without region.
moheli()
Plot Moheli island with region.
moheli(pref = TRUE)
Plot Anjouan island without region.
anjouan()
Plot Moheli island with region.
anjouan(pref = TRUE)
Plot Grande Comore island without region.
grandeComore()
Plot Grande Comore island with region.
grandeComore(pref = TRUE)