gregorgorjanc / AlphaSimR

R package for breeding program simulations
Other
0 stars 2 forks source link

pedigreeCross2() with use option accepting 'ebv', 'pheno', 'function' #8

Open AudreyAAMartin opened 9 months ago

AudreyAAMartin commented 9 months ago

So far pedigreeCross2() can produce a new population with selection based on 'gv'. This is because it can be set in the founderPop with SP$addtraitA and it will be spread through the population automatically when creating individuals. 'pheno', 'ebv' and 'function' has to be created for each generation to be able to rewrite the pedigree accordingly.