LineMagnitude {pathmapping}R Documentation

Compute line length

Description

Computes line length

Usage

LineMagnitude(x1, y1, x2, y2)

Arguments

x1

x coordinate of one end of line

y1

y coordinate of one end of line

x2

x coordinate of other end of line

y2

y coordinate of other end of line

Author(s)

Shane T. Mueller and Brandon Perelman

References

See Mueller et al., (2016). https://sites.google.com/a/mtu.edu/mapping/


[Package pathmapping version 1.0.2 Index]