plot_param | R Documentation |
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.
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)
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 |
( |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.