Description Usage Arguments Value Author(s)
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.
1 | removeHole(hole_poly, nodeFillingOutput)
|
hole_poly |
A numerical matrix of vertices of the hole polygon. |
nodeFillingOutput |
An object of type nodeFillingOutput, returned by nodeFilling or removeHole. |
An object of type nodeFillingOutput, with values:
EW_locs EW coordinates for the contour plot.
NS_locs NS coordinates for the contour plot.
nodes Matrix of node locations.
poly Matrix of vertices of boundary polygon.
node_spacing Vertical and horizontal node spacing.
hole_list List of polygons representing holes in region.
Ronald P. Barry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.