Description Usage Arguments Value Author(s) Examples
View source: R/star_pedigree.R
Build star pedigree based on number of parents, number of selfs, and population size
1 | star_pedigree(parents = 4, popsize = 100, selfs = 1, padsize = 4)
|
parents |
number of parents. |
popsize |
population size. |
selfs |
number of selfed populations |
padsize |
string length for the individual name number |
star pedigree.
Rodrigo R Amadeu, rramadeu@gmail.com
1 | ped <- star_pedigree(parents=4,popsize=100,selfs=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.