qmat | R Documentation |
Creates the genetic group contribution matrix.
qmat(ped2)
ped2 |
: The output |
Q matrix
ped = data.frame(ID=c(3,4,6,5), SIRE=c(1,3,4,1), DAM=c(2,2,5,2)) ped2 = gghead(ped) qmat(ped2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.