boundingCoords: Bounding box coordinates of xy records

Description Usage Arguments Value Author(s) References

View source: R/backgroundGrid.R

Description

Creates a vector or a list of vectors of bounding coordinates around point records (xy records). This is an internal function used by function backgroundGrid.

Usage

1

Arguments

xy

Data frame or list of data frames with coordinates (each row is a point)

Value

A vector or a list of vectors with bounding coordinates in the following form: c(x1, x2, y1, y2).

Author(s)

M. Iturbide

References

Iturbide, M., Bedia, J., Herrera, S., del Hierro, O., Pinto, M., Gutierrez, J.M., 2015. A framework for species distribution modelling with improved pseudo-absence generation. Ecological Modelling. DOI:10.1016/j.ecolmodel.2015.05.018.


mopa documentation built on May 2, 2019, 6:47 a.m.

Related to boundingCoords in mopa...