Description Usage Arguments Author(s) References
This computes the distance between two paths for a particular pair of nodes (points or segments). This is primarily a helper function for the pathmapping library, and typically does not need to be used by end users.
1 | LinkCost(xy1, xy2, i, j)
|
xy1 |
Path1 |
xy2 |
Path2 |
i |
Index of path1. This is not the row of path1, but the implied node, where the first node is the first point, the second node is the first segment, the third node is the second point, and so on. |
j |
Index of path2. This is not the row of path1, but the implied node, where the first node is the first point, the second node is the first segment, the third node is the second point, and so on. |
Shane T. Mueller and Brandon Perelman
See Mueller et al., (2016). https://sites.google.com/a/mtu.edu/mapping/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.