Description Usage Arguments Examples
This function simulates progeny phenotypes
1 2 | sim_progeny_phenos(progeny.TGV, h2, cross.design, E.var = NULL, save = F,
folder = NULL)
|
progeny.TGV |
Object returned from calc_progeny_TGV() |
h2 |
Heritability used to simulate phenotypes |
cross.design |
Object returned from create_cross_design() |
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 | progeny1.PHENOS <- sim_progeny_phenos(progeny.TGV = progeny1.TGV,h2 = .3,cross.design = cross.file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.