edges.to.outside: edges to outside
Description
Given a list of edges
from the convex or alpha hull, and a list of
cluster centers
, calculate a point near to each cluster on the
outside of the hull.
Usage
edges.to.outside(edges,
centers, debug = FALSE,
...)