perpPoint {swfscMisc} | R Documentation |
Compute the perpendicular point between points and a line specified by an intercept and slope.
perpPoint(pts, line)
pts |
two column matrix of points. |
line |
two element vector giving intercept and slope of a line. |
Eric Archer eric.archer@noaa.gov