R/get.shape.venezuela.R

Defines functions get.shape.venezuela

Documented in get.shape.venezuela

# Verified 1.3.18
get.shape.venezuela <-
        function(shape.file="venezuela") {
                return(maptools::readShapeSpatial(paste(system.file("shape",package="vetools"), shape.file, sep="/")))
        }

Try the vetools package in your browser

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

vetools documentation built on May 2, 2019, 10:15 a.m.