rdwd (version 1.2.0)

addBorders: add country and Bundesland borders to a map

Description

add country and Bundesland borders to a map

Usage

addBorders(de = "grey80", eu = "black", add = TRUE, ...)

Arguments

de

Color for Bandeslaender line. NA to suppress. DEFAULT: "grey80"

eu

Color for countries line. NA to suppress. DEFAULT: "black"

add

Logical: add to existing plot? DEFAULT: TRUE

Further arguments passed to raster::plot

Value

invisible list with DEU and EUR

See Also

DEU, EUR

Examples

Run this code
# NOT RUN {
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