breeding.pairs: Construct breeding pairs of males/females

Description Usage Arguments Value

View source: R/breeding.R

Description

Given a set of individuals who are available for breeding, pair up the males/females. This is done by finding the first female and matching to closest (geographic) male. This pair is then removed from the available pool for breeding, and the process repeated. Valid breeding pairs must be no further apart than max.dist.

Usage

1
breeding.pairs(p, max.dist)

Arguments

p

The population of valid breeding individuals

max.dist

Maximum distance allowed between male/female pairs for breeding

Value

A 2 column table (female, male) of individual indices of breeding pairs.


pwhigham/spatibm documentation built on Aug. 30, 2019, 1:16 p.m.