mapoland-package: Maps of Poland

Description Details Author(s) See Also Examples

Description

This package contains data and tools for drawing maps of Poland.

Details

Tools are provided for drawing data on administrative maps of Poland. Functions rely on functionality of packages sp and maptools. See help(package="mapoland") for the complete list of functions.

The package currently contains data on voivodships, i.e. top-level administrative units. Future releases will include data on county and municipality levels. See shapes for information about included shape files.

We have invested some time and effort in creating this package. We hope that it will be useful to you. Please cite it whenever you use it for data analysis or other tasks. See citation(package="mapoland") for the proper information and format.

Author(s)

Michal Bojanowski and Tomasz W. Jerzynski

Maintainer: Michal Bojanowski michal2992@gmail.com

See Also

mapoland on WWW: http://mapoland.r-forge.r-project.org

Examples

1
2
3
# voivodships colored by area
x <- structure( voivData$area, names=rownames(voivData) )
voivPlot(x, main="Area of voivodships [km^2]")

mapoland documentation built on May 2, 2019, 6:53 p.m.