A tessellation is a collection of disjoint spatial regions
  (called tiles) that fit together to form a larger spatial
  region. This command creates an object of class "tess" that
  represents a tessellation.  Three types of tessellation are supported:
  [object Object],[object Object],[object Object]
  The optional argument window specifies the spatial region
  formed by the union of all the tiles. In other words it specifies the
  spatial region that is divided into tiles by the tessellation.
  If this argument is missing or NULL, it will be determined by
  computing the set union of all the tiles. This is a time-consuming
  computation. For efficiency it is advisable to specify the window.
  Note that the validity of the window will not be checked.
  
  There are methods for print, plot, [ and [<-
  for tessellations. Use tiles to extract the list of
  tiles in a tessellation.
  Tessellations can be used to classify the points of
  a point pattern, in split.ppp, cut.ppp and
  by.ppp.