plot_out | R Documentation |
The function plot_out
takes the optimization/calibration or verification
results of a hydrological model and generates the following plots:
(*): When do.png == TRUE
, graphics are written to disk.
(**): Multiple graphs are generated corresponding to the targets specified
in the optimization process.
ModelOut_BCS_from_Pareto_Optimal_Front_vs_Obs: A graphical
comparison of time series for observed and simulated variables, using the
simulation of the best compromise solution.
ModelOut_from_Pareto_Optimal_Front: An uncertainty band that
encompasses the simulations given by all the solutions on the Pareto Optimal Front,
displayed in a time series. The time series of the best compromise solution is
also distinguished.
ModelOut_from_Pareto_Optimal_Front_vs_Obs: A graphical
comparison of time series for observed and simulated variables, using an
uncertainty band that encompasses the simulations given by all solutions on
the Pareto Optimal Front.
plot_out(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 = 0.25,
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")
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 |
( |
cex.main |
( |
cex.lab |
( |
cex.axis |
( |
do.png |
( |
legend.obs |
( |
legend.bcs |
( |
legend.band |
( |
No return value; generates plots.
Rodrigo Marinao Rivas ra.marinao.rivas@gmail.com, Mauricio Zambrano-Bigiarini, mzb.devel@gmail.com
hydroMOPSO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.