Learn R Programming

BreedingSchemeLanguage (version 0.9.6)

initializePopulation: Create a founder population

Description

Create a founder population

Usage

initializePopulation(sEnv = NULL, nInd = 100,
  founderHapsInDiploids = F)

Arguments

sEnv

the environment that BSL functions operate in. If NULL, the default simEnv is attempted

nInd

population size (default:100)

founderHapsInDiploids

set to TRUE if you have uploaded phased diploid data in defineSpecies

Value

modifies the list sims in environment sEnv by creating a founder population

See Also

defineSpecies for an example