powered by
Calculates inbreeding coefficients for all animals in the pedigree.
inbreed(ped)
: data.frame with integer columns corresponding to ID, SIRE, DAM. Missing value is 0.
data.frame
Vector of inbreeding coefficients
# NOT RUN { ped = data.frame(ID=1:7, SIRE=c(0,0,1,1,3,1,5), DAM=c(0,0,0,2,4,4,6)) inbreed(ped) # }
Run the code above in your browser using DataLab