bb_split: Split a bounding box into two at 'at'

View source: R/bb.R

bb_splitR Documentation

Split a bounding box into two at at

Description

Split a bounding box into two at at

Usage

bb_split(bb = c(-170, 50, -60, 60), at = 0)

Arguments

bb

numeric, 4 element bouding box of left, right, bottom and top coordinates

at

numeric, longitude to split around

Value

list of one or two bounding box vectors


BigelowLab/rasf documentation built on July 18, 2022, 10:19 p.m.