index.bio(agricolae)
index.bio()所属R语言包:agricolae
Biodiversity Index
生物多样性指数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Scientists use a formula called the biodiversity index to describe the amount of species diversity in a given area.
科学家在一个给定的区域内,使用称为生物多样性指数公式来描述的物种多样性。
用法----------Usage----------
index.bio(data, method = c("Margalef", "Simpson.Dom", "Simpson.Div", "Berger.Parker", "McIntosh", "Shannon"), level=95, nboot=500, console=TRUE)
参数----------Arguments----------
参数:data
number of specimens
数量的样本
参数:method
Describe method bio-diversity
描述方法,生物多样性
参数:level
Significant level
显著水平
参数:nboot
size bootstrap
大小引导
参数:console
output console TRUE
输出控制台TRUE
Details
详细信息----------Details----------
method bio-diversity. "Margalef" "Simpson.Dom" "Simpson.Div" "Berger.Parker" "McIntosh" "Shannon"
方法生物多样性。丰富度“,”Simpson.Dom“,”Simpson.Div“,”Berger.Parker“,”麦金托什“”香“
值----------Value----------
参数:data
vector
向量
参数:method
method bio-diversity
方法生物多样性
参数:level
value 0-100 percentage
值0-100百分比
参数:nboot
size 100, 500,...
大小100,500,...
(作者)----------Author(s)----------
Felipe de Mendiburu
参考文献----------References----------
Efron, B., Tibshirani, R. (1993) An Introduction to the Boostrap. Chapman and Hall/CRC
实例----------Examples----------
library(agricolae)
data(paracsho)
# date 22-06-05 and treatment CON = application with insecticide[日期22-06-05和治疗CON =与杀虫剂中的应用]
specimens <- paracsho[1:10,6]
output1 <- index.bio(specimens,method="Simpson.Div",level=95,nboot=200)
output2 <- index.bio(specimens,method="Shannon",level=95,nboot=200)
rbind(output1, output2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|