R/sat.R

Defines functions match.sat overlap.sat

match.sat <- function(x, table) .Call(sat_match, x, table)

overlap.sat <- function(x1, y1, x2, y2) .Call(sat, x1, y1, x2, y2)
s-u/fastshp documentation built on May 28, 2019, 10:47 a.m.