assignCoupleIds: Assign Couple IDs

View source: R/helpPedigree.R

assignCoupleIdsR Documentation

Assign Couple IDs

Description

This subfunction assigns a unique couple ID to each mated pair in the generation. Unmated individuals are assigned NA for their couple ID.

Usage

assignCoupleIds(df_Ngen)

Arguments

df_Ngen

The dataframe for the current generation, including columns for individual IDs and spouse IDs.

Value

The input dataframe augmented with a 'coupleId' column, where each mated pair has a unique identifier.


R-Computing-Lab/BGMisc documentation built on April 3, 2025, 3:12 p.m.