print.capthist(secr)
print.capthist()所属R语言包:secr
Print Detections
打印检测
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print method for capthist objects.
打印capthist对象的方法。
用法----------Usage----------
## S3 method for class 'capthist'
print(x, ..., condense = FALSE, sortrows = FALSE)
参数----------Arguments----------
参数:x
capthist object
capthist对象
参数:...
arguments to pass to print.default
参数传递给print.default
参数:condense
logical, if true then use condensed format for 3-D data
逻辑,如果属实,则使用3-D数据压缩格式
参数:sortrows
logical, if true then sort output by animal
逻辑,如果为true,则排序输出动物
Details
详细信息----------Details----------
The condense option may be used to format data from proximity detectors in a slightly more readable form. Each row then presents the detections of an individual in a particular trap, dropping rows (traps) at which the particular animal was not detected.
condense选项可用于格式化数据接近探测器在一个更可读的形式。每一行,然后介绍了检测一个人在一个特定的陷阱,删除行(陷阱),特别是动物没有检测到。
值----------Value----------
Invisibly returns a dataframe (condense = TRUE) or array in the format printed.
无形返回一个数据框(凝结= TRUE)或阵列打印的格式。
参见----------See Also----------
print, capthist
print,capthist
实例----------Examples----------
## simulated detections of simulated default population of 5/ha[#的模拟默认的5/ha人口的模拟检测]
print(sim.capthist(make.grid(nx=5,ny=3)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|