Compare measured & modelled results
fitnessWithLabel(heatModel, moniDat, objState = "waterLevelChange", objCrit = c("RMSE", "R2"), plotIt = TRUE, plot.type = "b", cex.label = 1, main = NULL, performance.in.label = TRUE, ...)
heatModel | object as retrieved by runHeatModel() |
---|---|
moniDat | as retrieved by processingData() |
objState | model state variable to be optimised either "waterLevelChange" or "temp" (for temperature) (Default: "waterLevelChange") |
objCrit | vector with performance parameters produced by function hydroGOF:gof(), Default: "RMSE" (valid parameters: "ME", MAE", "MSE", "RMSE", "NRMSE", "PBIAS", "RSR", "rSD", "NSE", "mNSE", "rNSE", "d", "md", "rd", "cp", "r", "R2", "bR2", "KGE", "VE") |
plotIt | if TRUE lattice plot will be produced (Default: TRUE) |
plot.type | plot type |
cex.label | character expansion factor for labels |
main | plot title |
performance.in.label | if |
... | additional parameters passe to plot function lattice:xyplot() |
Plot of water level, water level change & temperature of measured vs. modelled data