polygonIndex: Find the index of a quadrilateral inside a structured zone.

Description Usage Arguments Value

View source: R/polygon.R

Description

A structured zone is characterized by two indexes i and j. This function returns the index of the quadrilateral inside a structured zone.

Usage

1
polygonIndex(I, J, i, j)

Arguments

I

Maximum size of the first index.

J

Maximum size of the second index.

i

First index.

j

Second index.

Value

Index of the polygon corresponding to i and j.


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