Description Usage Arguments Examples
This function generates parental phenotypes and is used after creating the founder population
1 | sim_parents_phenos(parents.TGV, h2, E.var = NULL, save = F, folder = NULL)
|
parents.TGV |
Object returned from calc_parent_TGV() |
h2 |
Heritability used to simulate phenotypes |
E.var |
Environmental variance that can be used instead of heritability |
save |
logical. Set to TRUE to save output. Default: FALSE |
folder |
Folder to output results to. Only matters if save=T |
1 | parent.PHENOS <- sim_parents_phenos(parents.TGV = parent.TGV,h2 = .3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.