Learn R Programming

MultiObjMatch (version 1.0.0)

combine_dist: An internal helper function that combines two distance object

Description

An internal helper function that combines two distance object

Usage

combine_dist(a, b)

Value

a new distance structure object whose edge weights are the sum of the corresponding edge weigths in a and b

Arguments

a

a distance structure object

b

a distance structure object