hullArea | R Documentation |
Given the coordinates of a convex hull (i.e. a polygon), this function
calculates its area. Not intended for direct use outside of
siberConvexhull()
.
hullArea(x, y)
x |
a vector of x-axis data |
y |
a vector of y-axis data |
a scalar representing the area of the convex hull in units of
x * y
; i.e. most commonly in permille squared for isotope data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.