clean_computeRxy_output: Clean up ComputeRxy() output in order to use in aor_pairs

Description Usage Arguments

View source: R/clean-computeRxy-output.R

Description

ComputeRxy() returns an rxy value for every single pair in the data set, but when we compare Actual, to Optimal, to Random rxys we want to only focus on the Males and Females denoted by a leading "F" or "M" in their names, respectively. This function filters things down to just those individuals, and then also makes a column Female and a Column Male and another called rxy. This might be necessary for a number of different things like creating spawning matrices.

Usage

1

Arguments

D

a tibble holding the output of ComputeRxy(). This should be a tibble with columns named ind1, ind2, and quellergt


eriqande/CohoBroodstock documentation built on June 2, 2020, 3:09 a.m.