R/inside.R

Defines functions inside

Documented in inside

inside <- function(shp, x, y, clockwise=TRUE, all=FALSE) .Call(shp_inside, shp, x, y, clockwise, all)
s-u/fastshp documentation built on May 28, 2019, 10:47 a.m.