create_ancestor_species: Allows the user to populate the world at the beginning of a...

View source: R/gen3sis_species.R

create_ancestor_speciesR 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


gen3sis documentation built on Nov. 22, 2023, 5:07 p.m.