join(secr)
join()所属R语言包:secr
Combine or Split Sessions of capthist Object
合并或拆分会议capthist对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Make a single-session capthist object from a list of
使单届capthist的对象从列表中
用法----------Usage----------
join(object, remove.dupl.sites = TRUE, tol = 0.001)
unjoin(object, interval, ...)
参数----------Arguments----------
参数:object
list of single-session objects, or a multi-session capthist object [join], or a single-session capthist object [unjoin]
单会话对象名单,或会多capthist对象join],或单节capthist对象[unjoin]
参数:remove.dupl.sites
logical; if TRUE then a single record is retained for each trap site used in multiple input sessions
逻辑;如果是TRUE,那么一个单一的记录被保留在多个输入会话中使用的每个陷阱的网站
参数:tol
absolute distance in metres within which sites are considered identical
内哪些网站被认为是相同的绝对距离(米)
参数:interval
vector of times between occasions; zero indicates same session
倍之间场合;零向量表示同一个会话
参数:...
other arguments passed to subset.capthist
其他参数传递给subset.capthist
Details
详细信息----------Details----------
The input sessions are assumed to be of the same detector type and to have the same attributes (e.g., covariates should be present for all or none).
输入会话被假定是相同的检测器类型,并具有相同的属性(例如,协变量应该是本可用于所有或没有)。
The number of occasions (columns) in the output is equal to the sum of the number of occasions in each input.
在输出的次数(列)的数目的场合,在每个输入端的总和相等。
A new dataframe of individual covariates is formed using the covariates for the first occurrence of each animal.
个人的变量形成一个新的数据框使用协变量第一次出现的每一个动物。
Attributes xy and signal are handled appropriately, as is trap usage.
属性XY和信号处理得当,是陷阱的用法。
The input grouping of occasions (columns) into sessions is specified via interval. This is a vector of length one less than the number of occasions (columns) in object. Elements greater than zero indicate a new session.
输入分组会议的场合(列)的规定通过interval。这是一个向量的长度小于的次数(列)object。元素大于零表明一个新的会话。
The interval argument may be omitted if object has a valid "interval" attribute, as in the output from join.
如果interval有一个有效的间隔的属性,在输出object的join参数可以省略。
值----------Value----------
For join, A single-session capthist object. The attribute "interval" records the distinction between occasions that are adjacent in the input (interval = 0) and those that are in consecutive sessions (interval = 1); "interval" has length one less than the number of occasions.
对于join,单届capthist的对象。属性间隔记录相邻的场合,在输入(时间间隔= 0)之间的区别和那些在连续三届(间隔= 1);间隔的长度小于的次数。
For unjoin, a multi-session capthist object. Sessions are named with integers.
对于unjoin,多会话capthist对象的。会议被命名为整数。
注意----------Note----------
Do not confuse unjoin with split.capthist which splits by row (animal) rather than by column (occasion).
不要混淆unjoinsplit.capthist这将行(动物),而不是列(场合)。
Occasions survive intact; to pool occasions use reduce.capthist.
场合生存完整,集中的场合使用reduce.capthist。
参见----------See Also----------
MS.capthist, rbind.capthist
MS.capthist,rbind.capthist
实例----------Examples----------
joined.ovenCH <- join (ovenCH)
summary(joined.ovenCH)
attr(joined.ovenCH, 'interval')
summary(unjoin(joined.ovenCH))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|