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

R语言 untb包 no.of.ind()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 13:30:50 | 显示全部楼层 |阅读模式
no.of.ind(untb)
no.of.ind()所属R语言包:untb

                                        Ecosystem diagnostics
                                         生态系统诊断

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

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

Ecosystem diagnostics such as species count, individual count, number of singletons, etc
生态系统诊断,如物种数,个体数,数的单身,等


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


no.of.ind(x)
no.of.spp(x, include.extinct=FALSE)
no.of.singletons(x)
no.of.extinct(x)
maximal.abundance(x)
singletons(x)
extinct(x)
extant(x)



参数----------Arguments----------

参数:x
Ecosystem vector; is coerced to class count
生态系统的向量;被强制转换为类count


参数:include.extinct
In function no.of.spp(), Boolean argument with TRUE meaning to include extinct species (ie species with an abundance of zero), and default FALSE meaning to return the number of extant species
在函数no.of.spp(),布尔型参数TRUE包括已灭绝的物种,(即零丰富的物种),默认FALSE的这意味着返回的现存物种的数量


Details

详细信息----------Details----------

Function no.of.spp() returns the number of species in an ecosystem object, treating exctinct species in line with argument include.extinct
功能no.of.spp()返回的物种在生态系统中的对象,符合治疗exctinct种参数include.extinct

Function no.of.ind() returns the number of individuals
功能no.of.ind()返回的个体数量

Function no.of.singletons() returns the number of singletons
功能no.of.singletons()返回的单身

Function no.of.extinct() returns the number of extinct species
函数no.of.extinct()返回灭绝的物种的数量

Function maximal.abundance() returns the abundance of the most abundant species
功能maximal.abundance()返回最丰富的物种丰度

Function singletons() returns a count object containing only the singletons: each abundance is one
功能singletons()返回一个count对象,其中包含唯一的单身:每丰度

Function extinct() returns a count object containing only the extinct species: each abundance is zero
功能extinct()返回一个count对象只包含已灭绝物种:每个丰度是零

Function extant() returns a count object containing only the extant species: each abundance is greater than zero
功能extant()返回一个count对象只包含现存物种:“每个丰度大于零


注意----------Note----------

It is sometimes useful to include species with an abundance of zero when, for example, taking a single row of the Saunders dataframe.
有时是有用的,包括物种丰度为零时,例如,考虑一个单一的排桑德斯数据框。

The default for include.extinct is FALSE because this is required for (eg) optimal.theta()
默认情况下,include.extinct是FALSE,因为这是必需的(例如)optimal.theta()


(作者)----------Author(s)----------


Robin K. S. Hankin



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

Princeton University Press, 2001.

实例----------Examples----------


data(butterflies)
no.of.spp(butterflies)
no.of.ind(butterflies)

jj1 <- count(c(dogs=7,pigs=3,crabs=1,slugs=1))
jj2 <- count(c(squid=0,octopus=0,nautilus=0))
jj3 <- count(c(bugs=3,rats=1,crabs=0,fish=0))

extinct(jj1 + jj2)
extinct(jj3)               #cats 'n' fish[猫N鱼]
extant(jj3)                #bugs and rats[臭虫和老鼠]

singletons(jj1)
singletons(jj2)           # empty [空的]
singletons(jj1 + jj3)     # crabs, rats and slugs[螃蟹,老鼠和蛞蝓]


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 09:42 , Processed in 0.023888 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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