rhrExtFromPoints: rhrExtFromPoints

Description Usage Arguments Details Value Author(s) See Also

View source: R/rhrRasterFromExtent.R

Description

Takes coordinates from points and returns a (buffered, extended) bounding box

Usage

1
rhrExtFromPoints(xy, buffer = NULL, extendRange = NULL)

Arguments

xy

data.frame, matrix or SpatialPoints; containing the coordinates

buffer

numeric value; containing the buffer width

extendRange

numeric value; containing the factor to extend the range

Details

The buffer width is the same in all directions. If both buffer and extendRange are provided, precedence is given to buffer.

Value

matrix

Author(s)

Johannes Signer

See Also

extendrange for more information on extending the range.


jmsigner/rhr documentation built on June 26, 2020, 8:59 a.m.