R/poly_area.R
poly_area.Rd
Calculate the area of the polygon with the given vextices
poly_area(x, y)
Numeric. An array contains the x coordinates of the vextices.
Numeric. An array contains the y coordinates of the vextices.
The area of the polyon.