get_elev {geocausal}R Documentation

Get elevation data

Description

'get_elevation()' takes a directory that hosts shapefile and returns an owin object of altitudes.

Usage

get_elev(load_path, ...)

Arguments

load_path

path to the shp file (note: a folder)

...

other parameters passed to 'elevatr::get_elev_raster()'. The resolution argument z must be specified.

Value

an im object (unit: meters)


[Package geocausal version 0.3.0 Index]