isBoundedCell {tessellation} | R Documentation |
Is this cell bounded?
Description
Check whether a Voronoï cell is bounded, i.e. contains only finite edges.
Usage
isBoundedCell(cell)
Arguments
cell |
a Voronoï cell |
Value
A Boolean value, whether the cell is bounded.
[Package tessellation version 2.3.0 Index]