layers_extractPoints-deprecated: Extract values from a multilayer Raster*

layers_extractPoints-deprecatedR Documentation

Extract values from a multilayer Raster*

Description

Extract values from a multilayer Raster*

Usage

layers_extractPoints(R, pts)

Arguments

R

a single or multilayer Raster* object

pts

location info for points to be extracted. Must be a data frame or matrix with either set of the following columns. Note that layer (or z) may be either a layer index number or layer names.

  • 'cell' and 'layer' (or 'z')

  • 'row', 'col' and 'layer' (or 'z')

  • 'lon', 'lat' and 'layer' (or 'z')

  • 'x', 'y' and 'layer' (or 'z')

Value

a vector of values


BigelowLab/dismotools documentation built on Jan. 4, 2023, 11:24 a.m.