net.shortlengths {stream.net} | R Documentation |
Calculate lengths of segments for a
net.object
using distance between endpoints.
net.shortlengths (net)
net |
A net.object . |
Intended primarily for internal use. The shortlength is the distances between segment endpoint coordinates only, ignoring any intermediate points.
A vector, in segment order, of shortlengths.
Denis White, white.denis@epa.gov
data (marys.aat, marys.lin) net <- net.arcinput (marys.aat, marys.lin) summary (net.lengths (net) - net.shortlengths (net))