inb | R Documentation |
Calculates inbreeding coefficient for an individual.
inb(ped, id)
ped |
: |
id |
: Numeric ID of an individual |
Inbreeding coefficient of the individual
ped = data.frame(ID=1:7, SIRE=c(0,0,1,1,3,1,5), DAM=c(0,0,0,2,4,4,6)) inb(ped, 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.