make_net_trip: Trip directed network

View source: R/make_net_trip.R

make_net_tripR Documentation

Trip directed network

Description

Generates Trip/Route based Directed Network with an iGraph gDir object, a Data Frame netDir and a Data Frame with Airport/Nodes statistics nodes. Returns type of trip: OD = Origin/Destination pair, OT = Origin/Transfer pair, TT = Transfer/Transfer pair, TD = Transfer/Destination pair

Usage

make_net_trip(x, carrier = FALSE)

Arguments

x

Data frame

carrier

Groups data per carrier and OD

Examples

## Not run: 
make_net_trip(OD_Sample)

## End(Not run)

skynet documentation built on June 17, 2022, 5:05 p.m.