Preparing plotting variables

These will return the variables you will need for plotting your data later

Downloading world map

world_map <- ne_countries(returnclass = "sf")

Downloading map of Madagascar

country_map <- ne_countries(country = "Madagascar",
                            scale = "medium",
                            returnclass = "sf")