E1.21(SenSrivastava)
E1.21()所属R语言包:SenSrivastava
Data on Loads and Deformation of a Bar
数据载荷和变形的条形
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E1.21 data frame has 24 rows and 2 columns. Data are on loads, in pounds, and corresponding deformation, in inches, of a mild steel bar, of length 8 inches and average diameter .564 inches.
E1.21数据框有24个行2列。数据加载时,英镑和相应的变形,以英寸为单位,温和的钢筋,长度为8英寸和平均直径0.564英寸的。
用法----------Usage----------
data(E1.21)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, load, in pounds.
一个数值向量,负荷,磅。
a numeric vector, corresponding deformation, in inches.
一个数值向量,相应的变形,以英寸为单位。
源----------Source----------
M.R. Khavanin, Department of Mechanical Engineering, University of Illinois at Chicago.
MR Khavanin,在芝加哥,伊利诺伊大学机械工程学系。
实例----------Examples----------
data(E1.21)
attach(E1.21)
plot(L, D)
detach()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|