bbpoly_default: Regular bounding box as a polytope

View source: R/bbpoly.R

bbpoly_defaultR Documentation

Regular bounding box as a polytope

Description

Regular bounding box as a polytope

Usage

bbpoly_default(xl = c(-0.5, 0.5), yl = xl, zl = xl)

Arguments

xl

x range Default -.5,5

yl

y range. Default = xl

zl

z range. Default = xl. Set it to NA for 2D.

Details

Default output is a 3D cube with vertices in the corners of [-.5,.5]^3.

See also poly2bbpoly for more flexible windows in 2D.


antiphon/Kdirectional documentation built on Feb. 13, 2023, 6:26 a.m.