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

View source: R/observations.R

save_phylogenyR Documentation

This function can be called within the observer function to save the current phylogeny.

Description

This function can be called within the observer function to save the current phylogeny.

Usage

save_phylogeny()

Value

no return value, called for side effects

Examples

## Not run: 
  ## save phylogeny as a nexus tree from within observer for each species
  # this functions should be called inside the end_of_timestep_observer function at the config file:
  save_phylogeny()

## End(Not run)

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