save_traits: This function can be called within the observer function to...

View source: R/observations.R

save_traitsR Documentation

This function can be called within the observer function to save the species traits.

Description

This function can be called within the observer function to save the species traits.

Usage

save_traits()

Value

no return value, called for side effects

See Also

save_species

Examples

## Not run: 
  ## save the current traits pattern from within observer for each population of each species
  # this functions should be called inside the end_of_timestep_observer function at the config file:
  save_traits()

## End(Not run)

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