mergebbox: Combine bounding boxes

View source: R/bboxtools.R

mergebboxR Documentation

Combine bounding boxes

Description

Create a single bounding box that encloses all of the bounding boxes.

Usage

mergebbox(...)

Arguments

...

An arbitrary number of bounding boxes as generated by sp::bbox, makebbox or searchbbox

Value

A single bounding box that contains all of its arguments.

Examples


box1 <- makebbox(45, -64, 44, -65)
box2 <- makebbox(45.5, -64.5, 44.5, -65.6)
mergebbox(box1, box2)


prettymapr documentation built on May 29, 2024, 5:38 a.m.