Learn R Programming

netgen (version 1.3.2)

exportToFile: Exports a network to an proprietary format.

Description

The format used is similar to the TSPlib format (see exportToTSPlibFormat), but it saves not only the point coordinates. It also saves the arrival times of dynamic customers.

Usage

exportToFile(x, filename, digits = 2L)

Arguments

x

[Network] Network to export.

filename

[character(1)] File name.

digits

[integer(1)] Round coordinates to this number of digits. Default is 2.

Value

Nothing