dividePolys | R Documentation |
Divide a single polygon (with several outer-contour components) into
several polygons, a polygon for each outer contour, by modifying the
PID
and SID
indices.
dividePolys (polys)
polys |
PolySet with one or more polygons, each with possibly several components/holes. |
Given the input PolySet, this function renumbers the PID
and SID
indices so that each outer contour has a unique PID and
is followed by all of its holes, identifying them with SID
s
greater than one.
PolySet, possibly with the addition of an SID
column if
it did not already exist. The function may also reorder columns such
that PID
, SID
, POS
, X
and Y
appear
first, in that order.
Nicholas M. Boers, Staff Software Engineer
Jobber, Edmonton AB
Last modified Rd: 2007-06-06
combinePolys
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.