getShape: Wrapper for reading shape files

Description Usage Arguments Value See Also Examples

Description

This is a simple wrapper around readShapePoly for importing shape files contained within package mapoland.

Usage

1
getShape(nam = c("voiv", "polska"), ...)

Arguments

nam

character, base name of the shape file to be read

...

other arguments passed to readShapePoly

Value

Object of class "SpatialPolygonsDataFrame".

See Also

readShapePoly, mapoland

Examples

1
2
s <- getShape("voiv")
# plot(s)

mbojan/mapoland documentation built on June 6, 2019, 12:27 p.m.