magic.ped | R Documentation |
This function takes the "cross.info" object and converts it into a pedigree that has 4 columns: individual ID, parent 1 ID, parent 2 ID and generation number.
magic.ped(xinfo)
xinfo |
an object of "cross.info" class. |
a pedigree.
mpop <- magic.partial(n=8, m=1, balanced=TRUE) mped <- magic.ped(xinfo=mpop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.