The goal of comorosmpas is to get maps of Comoro Islands to plot!
Install from CRAN with
install.packages("comorosmaps")
The development version of comorosmaps may be installed directly from github.
devtools::install_github("hhousni/comorosmaps")
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)

Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.