unionBBox: Union two bounding boxes

View source: R/unionBBox.R

unionBBoxR Documentation

Union two bounding boxes

Description

Function to union two bounding boxes.

Usage

unionBBox(bbx1 = NULL, bbx2 = NULL)

Arguments

bbx1
  • original bounding box

bbx2
  • updating bounding box

Details

Returns a sf::bbox covering the union of the individual bounding boxes. If not sf::bbox's, the bounding boxes are converted to sf::bbox objects using getBBox, then unioned.

Value

resulting bounding box as an sf::bbox object


wStockhausen/wtsGIS documentation built on Aug. 23, 2023, 2:31 a.m.