plot_param {hydroMOPSO} | R Documentation |
Plotting parameter with boxplots and dotty plots
Description
The function plot_param
generates plots to visualize parameter
sensitivity and distribution in the context of multi-objective optimization
using hydrological models. It helps in understanding how different parameters
affect the model's performance and the trade-offs involved.
(*): When do.png == TRUE
, graphics are written to disk.
Usage
plot_param(Results,
legend.param = NULL,
col = NULL,
col.param = NULL,
col.lines = NULL,
name.param = NULL,
lwd = 2,
main = "study case #1",
drty.out = "MOPSO.out",
cex.pt = 1,
cex.main = 1,
cex.lab = 1,
cex.axis = 1,
cex.leg = 1,
do.png = FALSE)
Arguments
Results |
( |
legend.param |
( |
col |
( |
col.param |
( |
col.lines |
( |
name.param |
( |
lwd |
( |
main |
( |
drty.out |
( |
cex.pt |
( |
cex.main |
( |
cex.lab |
( |
cex.axis |
( |
cex.leg |
( |
do.png |
( |
Value
No return value; generates plots as a side effect.
Author(s)
Rodrigo Marinao Rivas ra.marinao.rivas@gmail.com, Mauricio Zambrano-Bigiarini, mzb.devel@gmail.com