summary.mtsp: Calculates the distance for each saleperson

Description Usage Arguments Value

View source: R/mtsp.R

Description

Calculates the distance for each saleperson

Usage

1
2
## S3 method for class 'mtsp'
summary(object, xy = NULL, ...)

Arguments

object

The list returned by mtsp.

xy

A n by 2 matrix of coordinate positions. Each row has the x and y position of the n sites to be visited.

...

Not used.

Value

Returns the distance for each salesperson.


daffp/mtsp documentation built on Sept. 23, 2020, 2:39 p.m.