get_candidates_multi: Get top candidate nests from possible competitors (multiple...

View source: R/spatial_funs.R

get_candidates_multiR Documentation

Get top candidate nests from possible competitors (multiple buffers)

Description

get_candidates_multi is an adaptation of get_candidates for multiple buffers. It is called by compare_buffers.

Usage

get_candidates_multi(dmat, buffers, min_pts = 2)

Arguments

dmat

Distance matrix returned by dist_mat

buffers

Vector of buffer size (in meters) used to group points

min_pts

Minimum number of points within the buffer for a point to be retained. Defaults to 2

Value

Returns a list of data frames relating original location identifiers (loc_id) to the identifier of the corresponding candidate nest (group_id) for each of the specified buffers.


picardis/nestR documentation built on July 2, 2024, 6:35 p.m.