combine_dist: An internal helper function that combines two distance object

View source: R/dist_funcs.R

combine_distR Documentation

An internal helper function that combines two distance object

Description

An internal helper function that combines two distance object

Usage

combine_dist(a, b)

Arguments

a

a distance structure object

b

a distance structure object

Value

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


MultiObjMatch documentation built on Sept. 11, 2024, 6:45 p.m.