# plot observed and modeled DO
fit_plot(exres)
# plot observed and modeled DO by group
fit_plot(exres, bygroup = TRUE)
# as scatter plot
fit_plot(exres, scatter = TRUE)
# as scatter plot by group
fit_plot(exres, scatter = TRUE, bygroup = TRUE)
Run the code above in your browser using DataLab