Learn R Programming

NetOrigin (version 1.1-6)

ptn-data: Public transportation network datasets from LinTim software (Integrated Optimization in Public Transportation)

Description

Public transportation network datasets from LinTim software (Integrated Optimization in Public Transportation)

ptnAth The data of the Athens Metro, consisting of 51 nodes and 52 edges.

  • Vertex attributes: station name, additonal station info.

  • Edge attributes: track length (in meter), minimal and maximal time required to pass the track (in minutes).

ptnGoe The data of the Goettingen bus network, consisting of 257 nodes and 548 edges.

  • Vertex attributes: station name.

  • Edge attributes: track length (in meter), minimal and maximal time required to pass the track (in minutes).

Arguments

Author

Juliane Manitz and Jonas Harbering

See Also

delay-data

Examples

Run this code
# Athens metro system 
data(ptnAth)
plot_ptn(ptnAth)

# Goettingen bus system 
data(ptnGoe)
plot_ptn(ptnGoe)

Run the code above in your browser using DataLab