powered by
Calculate area of polygon
calc_area(x)
numeric
matrix with x,y coordinates.
Calculate area of polygon in input units. If the polygon is not closed, the first coordinate is used as last coordinate to close it.
if (FALSE) { dat <- matrix(data = c(0, 0, 0, 10, 10, 10, 10, 0), ncol = 2, byrow = TRUE) calc_area(x = dat) }
Run the code above in your browser using DataLab