Description Usage Arguments Value Author(s) Examples
View source: R/diallel_pedigree.R
Build half-diallel pedigree based on number of parents, number of selfs, and population size
1 2 3 4 5 6 7 8 | diallel_pedigree(
parents = NULL,
popsize = NULL,
subpopsize = NULL,
selfs = 0,
padsize = 4,
nextinteger = FALSE
)
|
parents |
number of parents. |
popsize |
population size. |
subpopsize |
subpopulation size. |
selfs |
number of selfed populations |
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 <- diallel_pedigree(parents=5,popsize=1000,selfs=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.