ped_add: Add parents to pedigree

Description Usage Arguments Value

Description

ped_add() takes an R object and assumes the first three elements corresponds to the id of the individual, sire and dam, in that order. If the pedigree object contains additional columns these will be filled with NA by default for the added individuals.

Usage

1
ped_add(pedigree, ...)

Arguments

pedigree

an object coercible to a data.table which includes the id of individual, sire and dam.

Value

a data.table containing the missing parents


tstev/pedr documentation built on May 11, 2019, 4:06 p.m.