View source: R/TreeBasedMethods.R
calcInterEdgeDistMat | R Documentation |
Calculate all distances between points on two different edges
calcInterEdgeDistMat(v1.dist, v2.dist, path.length)
v1.dist |
a vectors of all distances between all points on the first edge, and the vertex of the first edge that is closer to the second edge |
v2.dist |
a vectors of all distances between all points on the second edge, and the vertex of the second edge that is closer to the first edge |
path.length |
the length of the path connected the two vertices |
a distamce matrix between all points on edge1 and all points on edge2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.