create_ancestor_species {gen3sis} | R Documentation |
Allows the user to populate the world at the beginning of a simulation
Description
Allows the user to populate the world at the beginning of a simulation
Usage
create_ancestor_species(landscape, config)
Arguments
landscape |
the landscape over which to create the species |
config |
the configuration information |
Details
Using this function, any number of new species can be created. For every species, a number of habitable sites from the landscape are selected and call 'create_species'. In another step, the user must initialize the species[["traits"]] matrix with the desired initial traits values
Value
a list of species
[Package gen3sis version 1.5.11 Index]