save_divergence {gen3sis}R Documentation

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

Description

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

Usage

save_divergence()

Value

no return value, called for side effects

See Also

save_species

Examples

## Not run: 
  ## save divergences from within observer for each species
  # this functions should be called inside the end_of_timestep_observer function at the config file:
  save_divergence()

## End(Not run)

[Package gen3sis version 1.5.11 Index]