detector(secr)
detector()所属R语言包:secr
Detector Type
探测器类型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract or replace the detector type.
提取或更换检测器类型。
用法----------Usage----------
detector(object, ...)
detector(object) <- value
参数----------Arguments----------
参数:object
object with "detector" attribute e.g. traps
探测器属性,例如对象traps
参数:value
character string for detector type
探测器类型的字符串
参数:...
other arguments (not used)
其他参数(未使用)
Details
详细信息----------Details----------
Valid detector types are "single", "multi", "proximity", "count", "signal", "polygon", "transect", "polygonX", and "transectX". The detector type is stored as an attribute of a traps object. Detector types are mostly described by Efford et al. (2009a,b; see also ../doc/secr-overview.pdf). Polygon and transect detector types are for area and linear searches as described in ../doc/secr-polygondetectors.pdf and Efford (2011). The "signal" detector type is used for acoustic data as described in ../doc/secr-sound.pdf.
有效的检测器类型是“单”,“多”,“接近”,“计数”,“信号”,“多边形”,断面,polygonX,和transectX。检测器类型存储的一个traps对象的属性。探测器类型主要描述由Efford等。 (2009A,B,.. / DOC / SECR overview.pdf中)。多边形和样探测器类型.. / DOC /秘书服务,polygondetectors.pdf和Efford的(2011年)中所描述的区域和线性搜索。用于声学数据中所描述的“信号”探测器类型/ DOC /秘书服务,sound.pdf。
值----------Value----------
character string for detector type
探测器类型的字符串
参考文献----------References----------
explicit capture–recapture with area searches. Ecology in press.
by spatially explicit capture-recapture: likelihood-based methods. In: D. L. Thomson, E. G. Cooch and M. J. Conroy (eds) Modeling Demographic Processes in Marked Populations. Springer, New York. Pp. 255–269.
density estimated from locations of individuals on a passive detector array. Ecology 90, 2676–2682.
参见----------See Also----------
traps, RShowDoc
traps,RShowDoc
实例----------Examples----------
## Default detector type is 'multi'[#默认检测器类型是“多”]
temptrap <- make.grid(nx = 6, ny = 8)
detector(temptrap) <- "proximity"
summary(temptrap)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|