
Last chance! 50% off unlimited learning
Sale ends in
tiles(x)
"tess"
)."owin"
).tess
. The tiles that make up the tessellation x
are returned in a list.
tess
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