tabD {ggroups} | R Documentation |
Creates the pedigree-based dominance relationship data.frame
.
tabD(ped, A)
ped |
: |
A |
: Relationship matrix A in a tabular format created by function |
Dominance relationship data.frame
ped = data.frame(ID=1:6, SIRE=c(0,0,1,3,1,4), DAM=c(0,0,2,2,2,5))
tabD(ped, tabA(ped))