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])]
}

Try the RVPedigree package in your browser

Any scripts or data that you put into this service are public.

RVPedigree documentation built on May 29, 2017, 10:19 p.m.