sim_progeny_phenos: Simulate progeny phenos

Description Usage Arguments Examples

Description

This function simulates progeny phenotypes

Usage

1
2
sim_progeny_phenos(progeny.TGV, h2, cross.design, E.var = NULL, save = F,
  folder = NULL)

Arguments

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

Examples

1
progeny1.PHENOS <- sim_progeny_phenos(progeny.TGV = progeny1.TGV,h2 = .3,cross.design = cross.file)

arfesta/SimBreeder documentation built on Dec. 19, 2021, 4:37 a.m.