
Generate a report table that compares the scheduled and triggered managements
Source:R/print_mgt.R
report_mgt.Rdreport_mgt compares the scheduled management operations for all schedules with the triggered management operations. Therefore HRUs are randomly selected for each schedule where one of the schedules is implemented.
Arguments
- sim_verify
Simulation output of the function
run_swat_verification(). To print the management at least the output optionoutputs = 'mgt'must be set inrun_swat_verification()- write_report
(optional) Boolean TRUE for writing output to 'schedule_report.txt' file, FALSE - not preparing this file. Default
write_report = FALSE.