Thanks to @DWin for the reproducible example and the authors of sos (my favorite R-package!) And splancs ...
library(sos) findFn("area polygon compute") library(splancs) with(clines[[9]],areapl(cbind(x,y)))
Gets the same answer as @DWin, which is comforting. (Presumably, this is the same algorithm, but implemented as part of the Fortran program in the splancs package ...)
source share