powered by
tiles(x)
"tess"
"owin"
tess
The tiles that make up the tessellation x are returned in a list.
x
tile.areas
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