save_abundance {gen3sis} | R 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
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)
[Package gen3sis version 1.5.11 Index]