asciitonumber: Convert pedigree names to numeric indices using C++
Description
Convert pedigree names to numeric indices using C++
Usage
asciitonumber(pedigree.data, unk = 0)
Value
A list with sire, dam, and individual names
Arguments
- pedigree.data
A 3-column matrix or data frame with individual, sire, and dam
- unk
Code for unknown parent (default = "0")