.collin.check | R Documentation |
A silly collinearity check auxiliary function.
.collin.check(c, lms, thresh = NA)
c |
An NxK matrix-like object containing xyz point coordinates, one per row. |
lms |
A vector of length 3 containing the ids (row numbers) of the coordinates to use for the test. |
thresh |
A numeric threshold, given in mesh units, specifying the threshold distance below which points will be considered colinear. If NA (default), only strict colinearity will be tested. |
Boolean indicating whether the points are collinear (True) or not False).
Document better and write unit test?
Cornel M. Pop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.