sim_parents_phenos: Simulate parental phenotypes

Description Usage Arguments Examples

Description

This function generates parental phenotypes and is used after creating the founder population

Usage

1
sim_parents_phenos(parents.TGV, h2, E.var = NULL, save = F, folder = NULL)

Arguments

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

Examples

1
parent.PHENOS <- sim_parents_phenos(parents.TGV = parent.TGV,h2 = .3)

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