specifyCosts.Rd
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
specifyCosts(bsp = NULL, ctrlFileName = NULL)
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 costs. Must include the path to the file. If NULL a toy example simulation will be set up |
A list containing objects that specify the species and population characteristics.
Call this function before beginning the simulation
bsp <- specifyCosts(bsp)#> Error in mget(setdiff(ls(), "bspNew")): object 'bsp' not found