Function to specify the species and population characteristics. This would not need to be a function, but this way all definitions are in one place

specifyPopulation(bsp = NULL, ctrlFileName = NULL)

Arguments

bsp

A list of objects to combine with the species and population parameters. bsp is short for breeding sheme parameters

ctrlFileName

The name of the text file with parameter values specifying the breeding population. Must include the path to the file. If NULL a toy example simulation will be set up

Value

A list containing objects that specify the species and population characteristics.

Details

Call this function before beginning the simulation

Examples

bsp <- specifyPopulation(bsp)
#> Error in mget(setdiff(ls(), "bspNew")): object 'bsp' not found