Learn R Programming

SimRVPedigree (version 0.4.4)

find_missing_parent: Find parents that have been removed but are required for plotting.

Description

Find parents that have been removed but are required for plotting.

Usage

find_missing_parent(x, dad = TRUE)

Arguments

x

An object of class ped.

dad

Logical. If TRUE looking for missing dad, if FALSE looking for missing mom.

Value

The IDs of the missing parents.