dirichlet(X)
"ppp"
)."tess"
).X
, the Dirichlet/Voronoi tile associated
with a particular point X[i]
is the region of space that is
closer to X[i]
than to any other point in X
. The
Dirichlet tiles divide the two-dimensional plane into disjoint
regions, forming a tessellation. This function computes the Dirichlet tessellation (within the original
window of X
).
tess
,
delaunay
,
ppp
X <- runifpoint(42)
plot(dirichlet(X))
plot(X, add=TRUE)
Run the code above in your browser using DataLab