OrderWithTSP {colorpatch}R Documentation

Orders a data set given a distance matrix with TSP

Description

Orders a data set given a distance matrix with TSP

Usage

OrderWithTSP(dist, ...)

Arguments

dist

distance object or distance matrix

...

extra arguments fed to TSP::solve_TSP()

Value

a path (vector of integers)


[Package colorpatch version 0.1.2 Index]