res_efficiency {actel} | R Documentation |
Calculate array efficiency for residency analysis
Description
Calculate array efficiency for residency analysis
Usage
res_efficiency(arrmoves, bio, spatial, arrays, paths, dotmat)
Arguments
bio |
A table with the tags and biometrics of the studied animals. |
spatial |
A list of spatial objects in the study area |
arrays |
a list containing information for each array |
paths |
a list containing the shortest paths between arrays with distance > 1 |
Value
A list containing:
-
absolutes
: A data frame with the number of tags detected and missed at each array. -
max.efficiency
: A vector of efficiency values calculated disregarding potentially missed tags. -
min.efficiency
: A vector of efficiency values calculated taking into account potentially missed tags. -
values.per.tag
: A list containing details on the arrays that have failed for each tag.
[Package actel version 1.3.0 Index]