save_occupancy {gen3sis} | R Documentation |
This function can be called within the observer function to save the current occupancy pattern
Description
This function can be called within the observer function to save the current occupancy pattern
Usage
save_occupancy()
Value
no return value, called for side effects
Examples
## Not run:
## save occupancies from within observer
# this functions should be called inside the end_of_timestep_observer function at the config file:
save_occupancy()
## End(Not run)
[Package gen3sis version 1.5.11 Index]