calcInterEdgeDistMat: Calculate all distances between points on two different edges

View source: R/TreeBasedMethods.R

calcInterEdgeDistMatR Documentation

Calculate all distances between points on two different edges

Description

Calculate all distances between points on two different edges

Usage

calcInterEdgeDistMat(v1.dist, v2.dist, path.length)

Arguments

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

Value

a distamce matrix between all points on edge1 and all points on edge2


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