nearestPointOnSegment {spNetwork} | R Documentation |
Nearest point on segment
Description
Find the nearest projected point on a segment (from maptools)
Usage
nearestPointOnSegment(s, p)
Arguments
s |
The coordinates of the segment |
p |
The coordinates of the point |
Value
A numeric vector with the coordinates of the projected point
Examples
#This is an internal function, no example provided
[Package spNetwork version 0.4.4.6 Index]