powered by
Performs Convex Hull area calculation
CHullArea(longs, lats)
- Array of longitudinal occurrence values in decimal degrees
- Array of latitudinal occurrence values in decimal degrees
Returns area of a set of coordinates
Uses the cylindrical equal area projection in order to check if the minimum convex hull wraps around the prime meridian
longs<-c(-12,23,55) lats<-c(34,22,30) CHullArea(longs,lats)
Run the code above in your browser using DataLab