Learn R Programming

R2BayesX (version 0.1-2)

GermanyBnd: Germany Map

Description

This database produces a map of Germany since 2001 containing 439 administrative districts.

Usage

data("GermanyBnd")

Arguments

format

A list of class "bnd" containing 466 polygon matrices with x-coordinates in the first and y-coordinates in the second column each.

source

http://www.BayesX.org.

See Also

plotmap, read.bnd, write.bnd

Examples

Run this code
## load GermanyBnd and plot it
data("GermanyBnd")
plotmap(GermanyBnd)

Run the code above in your browser using DataLab