calcIntraEdgeDistMat: Calculate distances between all points on a given edge,...

View source: R/TreeBasedMethods.R

calcIntraEdgeDistMatR Documentation

Calculate distances between all points on a given edge, including edge vertices

Description

Calculate distances between all points on a given edge, including edge vertices

Usage

calcIntraEdgeDistMat(edge.len, edgePos)

Arguments

edge.len

the length of the node

edgePos

the relative positions of the points on the edge (in range [0,1]).

Value

a distance matrix, where the first and last points are the edge vertices


YosefLab/FastProjectR documentation built on Feb. 15, 2023, 6:21 a.m.