extractTopoCrop: Extract values from raster (DEM)

Description Usage Arguments Value

View source: R/extractValuesCrop.R

Description

Extract values from raster (DEM)

Usage

1
extractTopoCrop(ls_dem, e1, col_names = c("elevation", "slope"))

Arguments

ls_dem

a file name of DEM with 2 bands (elevation and slope in this order).

e1

an extent of cropping.

col_names

names of bands. Should be elevation and slope.

Value

a dataframe of data values for each location.


dulvrq/ddl8s1ts documentation built on May 2, 2021, 5:18 a.m.