outcross: Function to outcross population for ngen generations

View source: R/outcross.R

outcrossR Documentation

Function to outcross population for ngen generations

Description

Function to outcross population for ngen generations

Usage

outcross(pop, ngen, chroms, g_map, endsize = NULL)

Arguments

pop

Pop object representing starting population

ngen

The number of generations of outcrossing

chroms

The number of chromosomes

g_map

The genetic map

endsize

The size of the resulting population, if NULL, pop will be same size as starting pop

Value

A synthetic population that has been randomly outcrossed for ngen generations (list of lists)


sarahodell/magicsim documentation built on Sept. 25, 2023, 8:12 a.m.