ptOnSeg | R Documentation |
This function has been renamed to coords_onseg.
ptOnSeg(coords, l, d.t = 0)
coords |
A Nx3 matrix-like object with point coordinates, one per row. |
l |
A 2x3 matrix-like object with coordinates defining a line segment, one coordinate per row. |
d.t |
(optional) Tolerance value for distance from the line segment; useful to deal with floating point precision errors. Default is 0. |
A boolean vector indicating, for each input coordinate, whether they lie on the given line segment
Cornel M. Pop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.