View source: R/TreeBasedMethods.R
calcIntraEdgeDistMat | R Documentation |
Calculate distances between all points on a given edge, including edge vertices
calcIntraEdgeDistMat(edge.len, edgePos)
edge.len |
the length of the node |
edgePos |
the relative positions of the points on the edge (in range [0,1]). |
a distance matrix, where the first and last points are the edge vertices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.