powered by
add country and Bundesland borders to a map
addBorders(de = "grey80", eu = "black", add = TRUE, ...)
Color for Bundeslaender line (DEU). NA to suppress. DEFAULT: "grey80"
DEU
Color for countries line (EUR). NA to suppress. DEFAULT: "black"
EUR
Logical: add to existing plot? DEFAULT: TRUE
Further arguments passed to raster::plot()
raster::plot()
invisible list with DEU and EUR
plotRadar, DEU, EUR
plotRadar
# NOT RUN { if(requireNamespace("raster", quietly=TRUE)){ plot(1, xlim=c(2,16), ylim=c(47,55)) addBorders() plot(1, xlim=c(2,16), ylim=c(47,55)) addBorders(de="orange", eu=NA) } # }
Run the code above in your browser using DataLab