arc disjointness | R Documentation |
Test whether a set of arcs are pairwise strictly disjoint.
disjointarcs( arcmat )
arcmat |
an Nx2 matrix with an arc definition in each row;
so the total number of arcs is N.
The 1st number in the row is the center of the arc,
and the 2nd number is the length of the arc;
both in radians. |
disjointarcs()
returns a logical - whether
the given arcs are pairwise strictly disjoint.
If 2 arcs overlap, or are abutting, the function returns FALSE
.
plotarcs()
,
complementaryarcs()
,
arcsintersection()
,
arcsunion()
,
arcssymmdiff()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.