removeHole: Removes holes from the region prior to density estimation.

Description Usage Arguments Value Author(s)

View source: R/removeHole.R

Description

If a hole in a region is specified as a polygon, the function removeHole removes all nodes in the nodeFillingOutput that are contained in the hole. This function is called by nodeFilling, so it is generally not needed by users.

Usage

1
removeHole(hole_poly, nodeFillingOutput)

Arguments

hole_poly

A numerical matrix of vertices of the hole polygon.

nodeFillingOutput

An object of type nodeFillingOutput, returned by nodeFilling or removeHole.

Value

An object of type nodeFillingOutput, with values:

Author(s)

Ronald P. Barry


latticeDensity documentation built on April 18, 2021, 5:06 p.m.