exportToFile: Exports a network to an proprietary format.

View source: R/exportToFile.R

exportToFileR Documentation

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


jakobbossek/netgen documentation built on Feb. 11, 2024, 1:02 a.m.