usflights.Rd
A small data.frame of flight routes in the U.S.
usflights
A data.frame object with 178 rows and 8 columns
start_lat
, start_lon
, end_lat
, end_lon
: geographical coordinates.
airline
: name of airline.
airport_start
, airport_end
: names of airports.
cnt
: number of flights.