Functions to ascertain the binary relationship between
two geometry vectors. Binary predicates are provided both pairwise
as a sparse matrix.
Usage
intersects_sparse(x, y)
intersects_pairwise(x, y)
contains_sparse(x, y)
contains_pairwise(x, y)
within_sparse(x, y)
within_pairwise(x, y)
Arguments
- x
an object of class rsgeo
- y
an object of class rsgeo