| datatreat | R Documentation | 
This function organizes pedigree data in a chronological way and return 3 lists: i) parental 1 values (numeric); ii) parental 2 values (numeric); iii) real names of the individuals. Also save a .txt file with new pedigree file.
datatreat(data = NULL, n.max = 50, unk = 0, save = FALSE)
| data | name of the pedigree data frame. Default=NULL. | 
| n.max | max number of iteractions to get the chronological order. Default = 50 | 
| unk | the code of the data missing. Default=0. | 
| save | if TRUE, save the genealogy in a .txt file | 
list with parental 1, parental 2, and real names of the individuals (key) also saves a txt file with the new chronological pedigree.
Rodrigo R Amadeu, rramadeu@gmail.com
data(ped.mrode)
datatreat(ped.mrode)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.