farms(MASS)
farms()所属R语言包:MASS
Ecological Factors in Farm Management
在农场管理中的生态因素
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The farms data frame has 20 rows and 4 columns. The rows are farms on the Dutch island of Terschelling and the columns are factors describing the management of grassland.
farms数据框有20行和第4列。行泰尔斯海灵岛的荷兰岛的农场和列描述了草原管理的因素。
用法----------Usage----------
farms
格式----------Format----------
This data frame contains the following columns:
这个数据框包含下列资料:
Five levels of soil moisture – level 3 does not occur at these 20 farms.
五个层次土壤水分 - 3级不会发生在这20个农场。
Grassland management type (SF = standard, BF = biological, HF = hobby farming, NM = nature conservation).
草地管理类型(SF=标准,BF=生物,HF=爱好耕作,NM=自然保育)。
Grassland use (U1 = hay production, U2 = intermediate, U3 = grazing).
草原使用(U1=干草生产,U2=中间,U3=放牧)。
Manure usage – classes C0 to C4.
使用有机肥 - 类C0C4。
源----------Source----------
J.C. Gower and D.J. Hand (1996) Biplots. Chapman & Hall, Table 4.6.
祚高尔和D.J.手(1996)Biplots。查普曼和霍尔,表4.6。
Quoted as from:<br> R.H.G. Jongman, C.J.F. ter Braak and O.F.R. van Tongeren (1987) Data Analysis in Community and Landscape Ecology. PUDOC, Wageningen.
引述:R.H.G.参考jongman,C.J.F.之三Braak和O.F.R.范通厄伦(1987)数据分析,在社区和景观生态学。 PUDOC,瓦赫宁根。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
举例----------Examples----------
farms.mca <- mca(farms, abbrev = TRUE) # Use levels as names[作为名称使用水平]
eqscplot(farms.mca$cs, type = "n")
text(farms.mca$rs, cex = 0.7)
text(farms.mca$cs, labels = dimnames(farms.mca$cs)[[1]], cex = 0.7)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|