找回密码
 注册
查看: 4154|回复: 0

R语言:iris()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 21:35:08 | 显示全部楼层 |阅读模式
iris(datasets)
iris()所属R语言包:datasets

                                        Edgar Anderson's Iris Data
                                         埃德加·安德森的IRIS数据

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This famous (Fisher's or Anderson's) iris data set gives the measurements in centimeters of the variables sepal length and width and petal length and width, respectively, for 50 flowers from each of 3 species of iris.  The species are Iris setosa, versicolor, and virginica.
这个著名的虹膜数据集(费舍尔或安德森)给在变量萼片长度和宽度和花瓣长度和宽度分别厘米的测量,虹膜3种,每年从50花。该品种是鸢尾多毛宽,云芝,和海滨锦葵。


用法----------Usage----------


iris
iris3



格式----------Format----------

iris is a data frame with 150 cases (rows) and 5 variables (columns) named Sepal.Length, Sepal.Width, Petal.Length, Petal.Width, and Species.
iris是一个有150例(行)和5个变量名为Sepal.Length,Sepal.Width,Petal.Length,Petal.Width和<X(列)的数据框>

iris3 gives the same data arranged as a 3-dimensional array of size 50 by 4 by 3, as represented by S-PLUS.  The first dimension gives the case number within the species subsample, the second the measurements with names Sepal L., Sepal W., Petal L., and Petal W., and the third the species.
iris3给安排4 3 3维数组的大小50,S-PLUS为代表相同的数据。第一维种子样本内病例数名Sepal L.,Sepal W.,Petal L.,Petal W.,和三分之一的物种,第二次测量。


源----------Source----------

Fisher, R. A. (1936) The use of multiple measurements in taxonomic problems. Annals of Eugenics, 7, Part II, 179&ndash;188.
费希尔,RA(1936)利用分类问题的多次测量。史册的优生学,7,179-188,第二部分。

The data were collected by Anderson, Edgar (1935). The irises of the Gaspe Peninsula, Bulletin of the American Iris Society, 59, 2&ndash;5.
数据收集,埃德加·安德森(1935)。虹膜的加斯佩半岛,美国虹膜学会,59,2-5通报。


参考文献----------References----------

The New S Language. Wadsworth &amp; Brooks/Cole. (has <code>iris3</code> as <code>iris</code>.)

参见----------See Also----------

matplot some examples of which use iris.
matplot其中一些例子使用iris。


举例----------Examples----------


dni3 <- dimnames(iris3)
ii <- data.frame(matrix(aperm(iris3, c(1,3,2)), ncol=4,
                        dimnames = list(NULL, sub(" L.",".Length",
                                        sub(" W.",".Width", dni3[[2]])))),
    Species = gl(3, 50, labels=sub("S", "s", sub("V", "v", dni3[[3]]))))
all.equal(ii, iris) # TRUE[真]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 17:27 , Processed in 0.020955 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表