searchZones: Find where a point is in a mesh of zones.

Description Usage Arguments Value

View source: R/polygon.R

Description

This function runs throuh a mesh of zones to determine where a point is located using pointInZone. If the point is located return the zone index and grid index.

Usage

1
searchZones(mesh, x, y)

Arguments

mesh

List of 2D structured tecplot zones.

x

X coordinate of the point.

y

Y coordinate of the point.

Value

index of zone and grid or NULL if point is not located.


tunelipt/tecutils documentation built on Nov. 5, 2019, 11 a.m.