dirichletAreas: Compute Areas of Tiles in Dirichlet Tessellation

View source: R/deldir.R

dirichletAreasR Documentation

Compute Areas of Tiles in Dirichlet Tessellation

Description

Calculates the area of each tile in the Dirichlet-Voronoi tessellation of a point pattern.

Usage

dirichletAreas(X)

Arguments

X

Point pattern (object of class "ppp").

Details

This is an efficient algorithm to calculate the areas of the tiles in the Dirichlet-Voronoi tessellation.

If the window of X is a binary pixel mask, the tile areas are computed by counting pixels. Otherwise the areas are computed exactly using analytic geometry.

If any points of X are duplicated, the duplicates will have tile area zero.

Value

Numeric vector with one entry for each point of X.

Author(s)

\adrian \rolf

and \ege

See Also

dirichlet, dirichletVertices

Examples

 aa <- dirichletAreas(cells)

spatstat.geom documentation built on Oct. 20, 2023, 9:06 a.m.