project.onto.segments {directlabels} | R Documentation |
project onto segments
Description
Given a point and a set of line segments representing a convex or alpha hull, calculate the closest point on the segments.
Usage
project.onto.segments(m,
h, debug = FALSE,
...)
Arguments
m |
|
h |
Data frame describing the line segments of the convex or alpha hull. |
debug |
debug |
... |
ignored |
Author(s)
Toby Dylan Hocking
[Package directlabels version 2024.1.21 Index]