Learn R Programming

s2 (version 0.4-0)

S2Polygons_intersection: intersection of sets of s2polygons

Description

this function generalizes S2Polygon_intersection, by allowing two lists of polygons, each list element equal to a polygon of that function.

Usage

S2Polygons_intersection(x, y)

Arguments

x

List of list of loops represented by three-column matrices.

y

List of list of loops represented by three-column matrices.