routes: function to calculate routes for airplanes

Description Usage Arguments Value Examples

View source: R/routes.R

Description

routes is used for calculation the position matrix and routes for airplanes.

Usage

1
routes(flights.info, start.IATA = "MUC")

Arguments

flights.info

data frame containing flight data

start.IATA

select the base airport

Value

position matrix

Examples

1
2
flight.info <- flights(from = "2011-01-07", to = "2011-01-08")
routes.data <- routes(flight.info)

MUCflights documentation built on May 1, 2019, 9:32 p.m.