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

R语言 secr包 capthist.parts()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 23:54:45 | 显示全部楼层 |阅读模式
capthist.parts(secr)
capthist.parts()所属R语言包:secr

                                         Dissect Spatial Capture History Object
                                         解剖空间捕捉历史记录对象

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

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

Extract parts of an object of class "capthist".
提取部分的类的capthist“对象。


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



animalID(object, names = TRUE)
occasion(object)
trap(object, names = TRUE)
alive(object)
alongtransect(object, tol = 0.01)
xy(object)
xy(object) <- value
signal(object)
signal(object) <- value
noise(object)
noise(object) <- value



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

参数:object
a "capthist" object  
“capthist对象


参数:names
if FALSE the values returned are numeric indices rather than names  
如果为FALSE,返回的值是数字索引而不是名称


参数:tol
tolerance for snapping to transect line (m)  
容忍捕捉到样线(M)


参数:value
replacement value (see Details)  
重置价值(见详情)


Details

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

These functions extract data on detections, ignoring occasions when an animal was not detected. Detections are ordered by occasion, animalID and trap.
这些功能中提取数据的检测,当未检测到的动物时,忽略的场合。检测下令由的场合,animalID和陷阱。

trap returns polygon or transect numbers if traps(object) has detector type "polygon" or "transect".
trap返回多边形或样号,如果traps(object)探测器类型“多边形”或“划定的。

alongtransect returns the distance of each detection from the start of the transect with which it is associated.
alongtransect返回各检测从开始的断面与它相关联的距离。

Replacement values must precisely match object in number of detections and in their order. xy<- expects a dataframe of x and y coordinates for points of detection within a "polygon" or "transect" detector.
替换值必须精确地匹配object数的检测,并在他们的订单。 xy<-预计“多边形”或“断面的检测器的检测范围内的点的x和y坐标的数据框。


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

For animalID and trap a vector of numeric or character values, one per detection.
对于animalID和trap一个矢量的数字或字符值,每一个检测。

For alive a vector of logical values, one per detection.
对于alive的逻辑值,每一个检测的向量。

For occasion, a vector of numeric values, one per detection.
对于occasion,一个向量的数值,每一个检测。

For xy, a dataframe with one row per detection and columns "x" and "y".
对于xy,一个检测每行和列x和y的一个数据框。

For signal and noise, a numeric vector with one element per detection.
对于signal和noise,与检测一个元素,每一个数值向量。

If object has multiple sessions, the result is a list with one component per session.
如果object有多个会议,其结果是一个列表,每节的一个组成部分。


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

capthist, polyID
capthist,polyID


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



## `captdata' is a demonstration dataset[#captdata是一个演示数据集]
animalID(captdata)

temp <- sim.capthist(popn = list(D = 1), make.grid(detector
    = "count"))
cbind(ID = as.numeric(animalID(temp)), occ = occasion(temp),
    trap = trap(temp))


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 08:48 , Processed in 0.028418 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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