mergebbox {prettymapr}R 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)


[Package prettymapr version 0.2.5 Index]