compute the bounding box for coordinates
Usage
bbox_make(x, expand = TRUE)
Arguments
- x
coordinate matrix
- expand
expand a bit? (ripras, see details)
Details
if expand = TRUE, the bbox will be expanded using an estimate of the true window area
as described by Ripley & Rasson (1977). The convex hull is replaced with a cuboid aligned with the axes.