capthist object.## S3 method for class 'capthist':
summary(object, terse = FALSE, ...)
## S3 method for class 'summary.capthist':
print(x, ...)
counts(CHlist, counts = "M(t+1)")capthist objectsummary.capthist objectsummary.capthist, an object of class
summary.capthist, a list with at least these componentsdetector type ("single", "multi", "proximity" etc.)terse = TRUE and object contains multiple
sessions, a dataframe of counts per session.summary.capthist
usage attribute of traps attribute
}
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.dbar, RPSV, capthisttemptrap <- make.grid(nx = 5, ny = 3)
summary(sim.capthist(temptrap))
summary(sim.capthist(temptrap))$counts["n",]Run the code above in your browser using DataLab