save_landscape {gen3sis}R Documentation

This function can be called within the observer function to save the current landscape, can be called independently by the user and is called by other observer functions relying on the landscape to be present (e.g. save_species)

Description

This function can be called within the observer function to save the current landscape, can be called independently by the user and is called by other observer functions relying on the landscape to be present (e.g. save_species)

Usage

save_landscape()

Value

no return value, called for side effects

See Also

save_species

Examples

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

## End(Not run)

[Package gen3sis version 1.5.11 Index]