save_species {gen3sis} | R Documentation |
This function can be called within the observer function to save the full species list.
Description
This function can be called within the observer function to save the full species list.
Usage
save_species()
Value
no return value, called for side effects
See Also
Examples
## Not run:
#adding the call to the end_of_timestep_observer function at the config file or object
#will automatically save all the species at an rds file at the outputfolder/species folder
# and the respective landscape at outputfolder/landscapes for the times steps the observer
# function is called (i.e. call_observer parameter at the run_simulation function)
save_species()
## End(Not run)
[Package gen3sis version 1.5.11 Index]