powered by
Extracts a list of the tiles that make up a tessellation.
tiles(x)
A list of windows (objects of class "owin").
"owin"
A tessellation (object of class "tess").
"tess"
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner rolfturner@posteo.net
A tessellation is a collection of disjoint spatial regions (called tiles) that fit together to form a larger spatial region. See tess.
tess
The tiles that make up the tessellation x are returned in a list.
x
tess, tilenames, tile.areas, tiles.empty
tilenames
tile.areas
tiles.empty
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)
Run the code above in your browser using DataLab