R/getShape.R

Defines functions getShape

Documented in getShape

getShape <- function(nam=c("voiv", "polska"), ...)
{
    n <- match.arg(nam)
    fname <- system.file("shapes", paste(n, ".shp", sep=""), package="mapoland")
    readShapePoly(fname, ...)
}

Try the mapoland package in your browser

Any scripts or data that you put into this service are public.

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