Description Usage Arguments Value Author(s) Examples
View source: R/self_pedigree.R
Build selfs pedigree based on number of parents and population size
1 | self_pedigree(parents = NULL, popsize = NULL, padsize = 4, nextinteger = FALSE)
|
parents |
number of parents. |
popsize |
population size. |
padsize |
string length for the individual name number |
nextinteger |
if TRUE all the subpopulations will have same size, total population size will changed accordingly to the next possible integer, if FALSE sub populations will be unbalenced |
half-diallel pedigree.
Rodrigo R Amadeu, rramadeu@gmail.com
1 | ped <- self_pedigree(parents=5,popsize=1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.