ghats(untb)
ghats()所属R语言包:untb
Tree counts in 1-ha plots from the Western Ghats mountains (South India)
树的计数在1公顷图的西高止山(南印度)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Tree species counts are given in 50 one-hectare sampling plots (species by sample matrix). This only includes trees over 10 cm dbh (diameter at breast height) and species labels (row names) are numeric.
树种的数量都在50公顷的的取样图(种样品基体)。这不仅包括树木胸径超过10厘米(胸径)和物种标签(列名)是数字。
用法----------Usage----------
data(ghats)
格式----------Format----------
Data frame displaying 304 species counts over 50 one-hectare plots.
数据框显示304种计数超过50公顷的图。
源----------Source----------
Ecological Archives E088-149-A1. http://www.esapubs.org/Archive/ecol/E088/149/appendix-A.htm
生态E088-149-A1。 http://www.esapubs.org/Archive/ecol/E088/149/appendix-A.htm
参考文献----------References----------
2007. “Estimating parameters of neutral communities: from one single large to several small samples.” Ecology 88(10):2482-2488.
实例----------Examples----------
data(ghats)
# Rank-abundance picture of plot 1 (column 1 in ghats)[等级丰度曲线1(第1列的高止山脉的图片)]
plot(extant(count(ghats[,1])))
#histogram of optimal theta across the 50 plots:[直方图的最佳THETA跨越50图:]
hist(apply(ghats,2,optimal.theta),col='gray')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|