getShape: Wrapper for reading shape files

Description Usage Arguments Value See Also Examples

View source: R/getShape.R

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, shapes

Examples

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

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