DFlistCm(shotGroups)
DFlistCm()所属R语言包:shotGroups
List containing several data frames with bullet hole data
弹孔数据列表,其中包含几个数据框
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Example list containing several data frames with bullet hole data as produced by readDataOT1, readDataOT2, or by readDataMisc.
示例列表,其中包含几个数据框的弹孔数据产生的readDataOT1,readDataOT2,或由readDataMisc。
用法----------Usage----------
data(DFlistCm)
Details
详细信息----------Details----------
Several groups of pistol shooting 9x19mm at 25m. The measurement unit for coordinates is cm, for distance meters. <br> This list can be used as an argument for combineData.
几组的9x19mm比25m手枪射击。为坐标的测量单位是cm,距离米。 <BR>这个列表可以作为一个参数combineData。
参考文献----------References----------
<code>readDataMisc</code>, <code>readDataOT1</code>, <code>readDataOT2</code>
实例----------Examples----------
data(DFlistCm)
str(DFlistCm)
## combine list of data frames to one single data frame[#结合到一个单一的数据框的数据框列表]
DFcm <- combineData(DFlistCm)
str(DFcm)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|