This subfunction assigns a unique couple ID to each mated pair in the generation.
Unmated individuals are assigned NA for their couple ID.
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.