edges.to.outside {directlabels} | R Documentation |
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,
...)
Arguments
edges |
edges |
centers |
centers |
debug |
debug |
... |
... |
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre] (ORCID: <https://orcid.org/0000-0002-3146-0865>)
[Package directlabels version 2025.6.24 Index]