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

View source: R/observations.R

save_abundanceR Documentation

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

Description

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

Usage

save_abundance()

Value

no return value, called for side effects

See Also

save_species

Examples

## Not run: 
  ## save abundances from within observer
  # this functions should be called inside the end_of_timestep_observer function at the config file:
  save_abundance()

## End(Not run)

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