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

View source: R/observations.R

save_speciesR 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

save_landscape

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)

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