R/findParentIndices.R

Defines functions findParentIndices

findParentIndices <- function(i, indices, fam.id, ind.id, parent.id)
{
    indices[(fam.id==fam.id[i]) & (ind.id==parent.id[i])]
}
GreenwoodLab/RVPedigree documentation built on May 6, 2019, 6:33 p.m.