tabDinv | R Documentation |
Creates the data.frame
of the inverse of the pedigree-based dominance relationship matrix.
tabDinv(ped, A)
ped |
: |
A |
: Relationship matrix A in a tabular format created by function |
data.frame
of the inverse of the dominance relationship matrix
ped = data.frame(ID=1:6, SIRE=c(0,0,1,3,1,4), DAM=c(0,0,2,2,2,5)) tabDinv(ped, tabA(ped))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.