summary.capthist(secr)
summary.capthist()所属R语言包:secr
Summarise Detections
信息Summarise检测
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Concise description of capthist object.
简洁的描述capthist对象。
用法----------Usage----------
## S3 method for class 'capthist'
summary(object, terse = FALSE, ...)
## S3 method for class 'summary.capthist'
print(x, ...)
counts(CHlist, counts = "M(t+1)")
参数----------Arguments----------
参数:object
capthist object
capthist对象
参数:terse
logical; provide only summary counts for multi-session object
只提供汇总数多会话对象逻辑;
参数:x
summary.capthist object
summary.capthist对象
参数:...
arguments passed to other functions
参数传递给其他函数
参数:CHlist
capthist object, especially a multi-session object
capthist对象,尤其是多会话对象
参数:counts
character vector of count names
字符向量的数名
Details
详细信息----------Details----------
These counts are reported by summary.capthist
这些计数报告的summary.capthist
counts may be used to return the specified counts in a compact session x occasion table. If more than one count is named then a list is returned with one component for each type of count.
counts可用于返回指定的计数在一个紧凑的的会议x场合表。如果一个以上的计数被命名为,然后用一个组件为每个类型的计数返回列表。
值----------Value----------
From summary.capthist, an object of class summary.capthist, a list with at least these components
从summary.capthist,至少这些组件对象的类summary.capthist“的列表
参数:detector
detector type ("single", "multi", "proximity" etc.)
detector类型(“单一”,“多”,“接近”等)
参数:ndetector
number of detectors
检测器的数量
参数:xrange
range of x coordinates of detectors
的x的范围的坐标探测器
参数:yrange
range of y coordinates of detectors
范围的y坐标探测器
参数:spacing
mean distance from each trap to nearest other trap
从每个陷阱的平均距离最近的其他陷阱
参数:counts
matrix of summary counts (rows) by occasion (columns). See Details.
摘要计数矩阵(行),场合(列)。查看详细信息。
参数:dbar
mean recapture distance
意思是夺回距离
参数:RPSV
root pooled spatial variance
根汇集的空间变异
or, when terse = TRUE and object contains multiple sessions, a dataframe of counts per session.
,或者当terse = TRUE和object包含多个会话,会话计数每一个数据框。
参见----------See Also----------
dbar, RPSV, capthist
dbar,RPSV,capthist
实例----------Examples----------
temptrap <- make.grid(nx = 5, ny = 3)
summary(sim.capthist(temptrap))
summary(sim.capthist(temptrap))$counts["n",]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|