kNearNeighbors: Get k Nearest Neighbors

View source: R/spatialDataFunctions.R

kNearNeighborsR Documentation

Get k Nearest Neighbors

Description

Find the k nearest neighbors for all individuals in a population. This function is simply a wrapper for FNN::knn.dist.

Usage

kNearNeighbors(scene, k)

Arguments

scene

a matingScene object

k

integer of how many nearest neighbors to get

Value

a matrix where the rows are all individuals and the columns are their k nearest neighbors

See Also

knn.dist, proximity

Examples

pop <- simulateScene(10)
kNearNeighbors(pop, 3)

stuartWagenius/mateable documentation built on Feb. 9, 2023, 2:33 p.m.