make_net_trip {skynet} | R 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)
[Package skynet version 1.4.3 Index]