getDistanceMatrix: Calculates the distance matrix for a given origin-destination...

Description Usage Arguments Optional Parameters (...) Note Author(s) See Also Examples

Description

calculates the euklidian-distance. calls the function getDistance(...)

Usage

1
2
3
4
5
getDistanceMatrix(object, sorigin, sdestination, ...)

## S4 method for signature 'GeoSituation,character,character'
getDistanceMatrix(object, sorigin,
  sdestination, ...)

Arguments

object

Object of Type GeoSituation

sorigin

String taking one of the following values Node, Customer, Warehouse

sdestination

String taking one of the following values Node, Customer, Warehouse

...

Optional Parameters See Below.

Optional Parameters (...)

used by getDistanceMatrix

...:

no optional parameters are used by this function directly.

Forwarded to the follwowing functions

You may want to check these functions for any other optional parameters.

Note

for citing use: Felix Lindemann (2014). HNUORTools: Operations Research Tools. R package version 1.1-0. http://felixlindemann.github.io/HNUORTools/.

Author(s)

Dipl. Kfm. Felix Lindemann felix.lindemann@hs-neu-ulm.de

Wissenschaftlicher Mitarbeiter Kompetenzzentrum Logistik Buro ZWEI, 17

Hochschule fur angewandte Wissenschaften Fachhochschule Neu-Ulm | Neu-Ulm University Wileystr. 1

D-89231 Neu-Ulm

Phone +49(0)731-9762-1437 Web www.hs-neu-ulm.de/felix-lindemann/ http://felixlindemann.blogspot.de

See Also

getDistance, codeGeoSituation, codeNode

Examples

1
#

felixlindemann/HNUORTools documentation built on May 8, 2019, 6:46 p.m.