If download_map = FALSE, loads a dissolved land polygon shipped with the package (Natural Earth 1:50m), used for offline plotting.
Arguments
- download_map
Logical. If
FALSEthe download map included in DATRASextra is used for plotting (with 1:50m scale). IfTRUE, a map is downloaded withrnaturalearth::ne_download()and the specified scale.- scale
Scale of the map to be downloaded by
rnaturalearth::ne_download(). (Only used if download_map = TRUE).
