deepCmin {ecolMod} | R Documentation |
results of the calibration exercise from chapter 4.4.4
Description
This datafile contains output from the calibration exercise from
chapter 4.4.4. They are:
vectors kseries
, multser
vector outcost
matrices optpar
, optpar20
, optpar25
Usage
deepCmin
Author(s)
Karline Soetaert <karline.soetaert@nioz.nl>
Examples
pgr <- gray.colors(n = 25, start = 0.95, end = 0.0)
with (deepCmin,
filled.contour(x = multser, y = kseries, z = outcost,
ylab = "k (/day)", xlab = "multiplication factor (-)",
main = "Model cost landscape", col = pgr, nlevels = 25,
plot.axes = {
axis(1); axis(2);
points(optpar20$poppar[,2], optpar20$poppar[,1], pch = "o", cex = .5);
points(optpar25$poppar[,2], optpar25$poppar[,1], pch = "+", cex = 1);
points(optpar$par[2], optpar$par[1], pch = 16, cex = 2)
}
)
)
[Package ecolMod version 1.2.6.4 Index]