plot_results | R Documentation |
The function plot_results
consolidates the plotting capabilities for
hydrological model outputs, Pareto-optimal front solutions, and parameter
sensitivity analyses. It calls three subordinate functions (plot_out
,
plot_pof
, plot_param
) to generate the required plots, offering
a comprehensive visualization tool for model evaluation and optimization results.
(*): When do.png == TRUE
, graphics are written to disk.
plot_results(Results,
model.out = NULL,
analysis.period = NULL,
model.out.bcs = NULL,
bcs = NULL,
obs.var = NULL,
dimensions = NULL,
obj.names = NULL,
dates.cal = NULL,
dates.warmup = NULL,
var.names = NULL,
var.units = NULL,
xlim = NULL,
ylim = NULL,
digits = 4,
col.band = "skyblue",
col.bcs = "mediumblue",
col.obs = "black",
lwd = 0.75,
pch.bcs = 15,
pch.obs = 15,
main = "study case #1",
drty.out = "MOPSO.out",
cex.pt.out = 0.25,
cex.pt.pof = 1.25,
cex.pt.param = 1,
cex.main = 1,
cex.lab = 1,
cex.axis = 1,
do.png = FALSE,
legend.obs = "Observation",
legend.bcs = "Best compromise solution",
legend.band = "Pareto front bands",
pof = NULL,
maxmin = NULL,
obj.thr = NULL,
pch.pof = 21,
col.pof = "#f21b1b",
legend.pof = c("Pareto-optimal front solutions",
"Best compromise solution"),
legend.param = NULL,
col = NULL,
col.param = NULL,
col.lines = NULL,
name.param = NULL,
cex.leg = 1)
Results |
( |
model.out |
( |
analysis.period |
( |
model.out.bcs |
( |
bcs |
( |
obs.var |
( |
dimensions |
( |
obj.names |
( |
dates.cal |
( |
dates.warmup |
( |
var.names |
( |
var.units |
( |
xlim |
( |
ylim |
( |
digits |
( |
col.band |
( |
col.bcs |
( |
col.obs |
( |
lwd |
( |
pch.bcs |
( |
pch.obs |
( |
main |
( |
drty.out |
( |
cex.pt.out |
( |
cex.pt.pof |
( |
cex.pt.param |
( |
cex.main |
( |
cex.lab |
( |
cex.axis |
( |
do.png |
( |
legend.obs |
( |
legend.bcs |
( |
legend.band |
( |
pof |
( |
maxmin |
( |
obj.thr |
( |
pch.pof |
( |
col.pof |
( |
legend.pof |
( |
legend.param |
( |
col |
( |
col.param |
( |
col.lines |
( |
name.param |
( |
cex.leg |
( |
No return value; generates plots as a side effect.
Rodrigo Marinao Rivas ra.marinao.rivas@gmail.com, Mauricio Zambrano-Bigiarini, mzb.devel@gmail.com
plot_out
, plot_pof
, plot_param
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.