tiles: Extract List of Tiles in a Tessellation

View source: R/tess.R

tilesR Documentation

Extract List of Tiles in a Tessellation

Description

Extracts a list of the tiles that make up a tessellation.

Usage

tiles(x)

Arguments

x

A tessellation (object of class "tess").

Details

A tessellation is a collection of disjoint spatial regions (called tiles) that fit together to form a larger spatial region. See tess.

The tiles that make up the tessellation x are returned in a list.

Value

A list of windows (objects of class "owin").

Author(s)

\adrian

and \rolf

See Also

tess, tilenames, tile.areas, tiles.empty

Examples

  A <- tess(xgrid=0:2,ygrid=0:2)
  tiles(A)
  v <- as.im(function(x,y){factor(round(x^2 + y^2))}, W=owin())
  E <- tess(image=v)
  tiles(E)

spatstat.geom documentation built on Oct. 20, 2023, 9:06 a.m.