ewr(UsingR)
ewr()所属R语言包:UsingR
Taxi in and taxi out times at EWR (Newark) airport for 1999-2001
EWR(纽瓦克)机场的时间为1999-2001年的出租车,出门打车
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The ewr data frame has 46 rows and 11 columns.
ewr数据框有46行和11列。
Gives taxi in and taxi out times for 8 different airlines and several months at EWR airport.
给出了8种不同的EWR机场的航空公司和几个月的时间,出租车和出租车。
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), and WN (Southwest Airlines)
航空公司的代码是AA(美国航空),AQ(Aloha航空公司),AS(阿拉斯加航空公司),CO(美国大陆航空公司),DL(Delta航空公司),HP(美国西部航空公司),NW(美国西北航空公司),TW(Trans世界航空公司),UA(美国联合航空公司),US (美国航空)和WN(西南航空公司)
用法----------Usage----------
data(ewr)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
Year a numeric vector
年数字矢量
Month a factor for months
月月的一个因素
AA a numeric vector
AA的数字矢量
CO a numeric vector
CO一个数值向量
DL a numeric vector
DL一个数值向量
HP a numeric vector
惠普数字矢量
NW a numeric vector
西北一个数值向量
TW a numeric vector
TW一个数值向量
UA a numeric vector
UA的数字矢量
US a numeric vector
美国数字矢量
inorout a factor with levels in or out
inorout一个因素与水平in或out的
源----------Source----------
http://www.bts.gov/oai/taxitime/html/ewrtaxi.html
实例----------Examples----------
data(ewr)
boxplot(ewr[3:10])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|