spatstat (version 1.14-0)

dirichlet: Dirichlet Tessellation of Point Pattern

Description

Computes the Dirichlet tessellation of a spatial point pattern.

Usage

dirichlet(x)

Arguments

x
Spatial point pattern (object of class "ppp").

Value

  • A tessellation (object of class "tess").

Details

In a spatial point pattern x, the Dirichlet 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).

See Also

tess, ppp

Examples

Run this code
X <- runifpoint(42)
  plot(dirichlet(X))
  plot(X, add=TRUE)

Run the code above in your browser using DataCamp Workspace