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

R语言 untb包 census()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 13:29:24 | 显示全部楼层 |阅读模式
census(untb)
census()所属R语言包:untb

                                        Construct, coerce, and test for a census object
                                         建设,要挟,测试的普查对象

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

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

In package untb, ecosystem data is held in one of two preferred forms: census data and count data.  Function as.census() coerces to census format.
在包untb,生态系统的数据保持在一两个首选形式:普查数据和计数数据。函数as.census()强制转换到普查格式。


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


census(a)
as.census(a)
is.census(a)



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

参数:a
Ecosystem data.  In function as.census(), if a table, interpret as species count data; otherwise, interpret as census data
生态系统的数据。在功能as.census(),如果一个表,解释物种数数据,否则,解释人口普查数据


Details

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

A “census” object is a list of individuals in the form of an unnamed vector whose elements indicate the individuals' species; compare “count” objects.
“普查”的对象是个人的形式一位不愿透露姓名的向量,其元素表示个人的物种名单,比较“计数”对象的。

An object of class “census” is also an unordered factor.  The levels are always in alphabetical order.
“五普”类的一个对象是一个无序的因素。水平都是按字母顺序排列。

Function census() takes an object of class “count” and returns an object of class “census”.  This function is not really intended for the end user.
函数census()类对象的“罪名”,并返回一个对象类的“人口普查”。这个功能是不是真正用于最终用户。

Function as.census() coerces to class “count” then returns census() of the result.
功能as.census()胁迫类“计数”,然后返回census()的结果。


值----------Value----------

Returns an object of class “census”.
“五普”类中返回一个对象。


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


Robin K. S. Hankin



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

count
count


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



jj <- c(dogs=4,pigs=10,slugs=0,fish=1)

x &lt;- census(jj)   # slugs appear as zero abundance[蛞蝓出现零丰富]
extant(x)  # slugs gone[蛞蝓走了]

x+x   # count method for census objects: order of elements lost[计算方法为普查对象:元素的顺序丢失]


as.census(jj)  # probably NOT what you meant[可能不是你的意思]

a <- c(rep("oak",5) ,rep("ash",2),rep("elm",3),rep("xx",4))
# note that "a" is a plain vector here.[注意,“a”是一个普通的向量在这里。]
as.census(a)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 11:44 , Processed in 0.018984 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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