An R package that facilitates the identification of animal aggregations of potential conservation significance based on individual tracking data. Key functions include utilities to identify and summarise individual foraging trips, estimate utilisation distributions, and overlay distributions to identify important aggregation areas.
GNU Lesser General Public License v3.0
11
stars
5
forks
source link
findKBA: Take max N individuals using final boundary area #19
Issue raised by Maria, concerning the estimation of the upper range of the % of the population using the delineated KBA.
In the past the maximum percent. value of overlapping individuals within the KBA was used as the upper bound. This will underestimate the TOTAL number of individuals using the KBA area, if individual's core ranges are mutually exclusive.
Need to add a calculation of the maximum unique number of individuals using the final KBA boundary, to the findKBA() function.
Issue raised by Maria, concerning the estimation of the upper range of the % of the population using the delineated KBA.
In the past the maximum percent. value of overlapping individuals within the KBA was used as the upper bound. This will underestimate the TOTAL number of individuals using the KBA area, if individual's core ranges are mutually exclusive.
Need to add a calculation of the maximum unique number of individuals using the final KBA boundary, to the findKBA() function.