
Plot daily simulated variables which are saved in hru_pw_day
Source:R/plot_hru_pw.R
plot_hru_pw_day.Rdplot_hru_pw_day plots daily time series of variables from the output file hru_pw_day
Arguments
- sim_verify
Simulation output of the function
run_swat_verification(). To plot the heat units at least the output optionoutputs = 'mgt'must be set inrun_swat_verification()- hru_id
Numeric vector with HRU ids for which variables should be plotted
- var
Character vector that defines the variable names that are plotted
- years
Years of the simulated data for which varaibles are plotted.
- add_crop
TRUE adds subplot with growing periods of crops in plotted HRUs.
Examples
if (FALSE) { # \dontrun{
plot_hru_pw_day(sim_nostress, hru_id = 1, var = c('lai', 'bioms'), add_crop = TRUE)
} # }