overlaphull {SyNet} | R Documentation |
Determines if species ranges (encoded as convex hulls) overlap.
overlaphull(sp1, sp2)
sp1 |
x and y coordinates of points lying on convex hull of
first species. Coordinates are provided as a list. |
sp2 |
The same, but for second species. |
Auxilliary function and not intended to be used by final user.
One (1) for intersecting convex hulls, otherwise zero (0)
Daniel A. Dos Santos
function hullinfer
calls this method.