Detector Clustering
Clusters are uniform groups of detectors. Use these functions to
extract or replace cluster information of a traps
object, or
extract cluster information for each detection in a capthist
object.
clusterID(object) clusterID(object) <- value clustertrap(object) clustertrap(object) <- value
object |
|
value |
factor ( |
Easy access to attributes used to define compound designs, those in which a detector array comprises several similar subunits (‘clusters’). ‘clusterID’ identifies the detectors belonging to each cluster, and ‘clustertrap’ is a numeric index used to relate matching detectors in different clusters.
For replacement (‘traps’ only), the number of rows of value
must match exactly the number of detectors in object
.
‘clusterID’ and ‘clustertrap’ are assigned automatically by
trap.builder
.
Factor (clusterID
) or integer-valued vector
(clustertrap
).
clusterID(object)
may be NULL.
## 81 4-detector clusters mini <- make.grid(nx = 2, ny = 2) tempgrid <- trap.builder (cluster = mini , method = "all", frame = expand.grid(x = seq(100, 900, 100), y = seq(100, 900, 100))) clusterID(tempgrid) clustertrap(tempgrid) tempCH <- sim.capthist(tempgrid) table(clusterID(tempCH)) ## detections per cluster cluster.counts(tempCH) ## distinct individuals
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.