ewr {Simple} | R Documentation |
The ewr
data frame has 46 rows and 11 columns.
Gives taxi in and taxi out times for 8 different airlines and several months at EWR airport.
Airline codes are "AA: American Airlines" "AQ: Aloha Airlines" "AS: Alaska Airlines" "CO: Continental Airlines" "DL: Delta Airlines" "HP: America West Airlines" "NW: Northwest Airlines" "TW: Trans World Airlines" "UA: United Airlines" "US: US Airways" "WN: Southwest Airlines"
data(ewr)
This data frame contains the following columns:
in
and
out
http://www.bts.gov/oai/taxitime/html/ewrtaxi.html
data(ewr) boxplot(ewr[3:10])