split_bbox: Split Bounding Box

View source: R/split_bbox.R

split_bboxR Documentation

Split Bounding Box

Description

Split a bounding box into an equal number of squares

Usage

split_bbox(bbox, n_x = 2, n_y = 2)

Arguments

bbox

a bounding_box created by sf::st_bbox()

n_x

the number of boxes on the x axes

n_y

the number of boxes on the y axis

Value

a list of bounding boxs generated by sf::st_bbox()


MatthewJWhittle/spatialutils documentation built on March 16, 2023, 11:30 p.m.