getArea: Calculate the area formed by a bunch of points

Description Usage Arguments

View source: R/getArea.R

Description

Calculate the area formed by a bunch of points

Usage

1
getArea(x, y, convexHull = TRUE)

Arguments

x

vector of x values

y

vector of y values

convexHull

(boolean) should the area be a convex hull?


taddallas/radTad documentation built on May 15, 2021, 5:54 a.m.