chop.tess: Subdivide a Window or Tessellation using a Set of Lines
Description
Divide a given window into tiles
delineated by a set of infinite straight lines, obtaining
a tessellation of the window.
Alternatively, given a tessellation, divide each tile of the
tessellation into sub-tiles delineated by the lines.
Usage
chop.tess(X, L)
Value
A tessellation (object of class "tess").
Arguments
X
A window (object of class "owin") or tessellation
(object of class "tess") to be subdivided by lines.
L
A set of infinite straight lines (object of class "infline")
Warning
If X is a non-convex window, or a tessellation containing
non-convex tiles, then chop.tess(X,L) may contain a tile
which consists of several unconnected pieces.