R/verification.R
plotModelComparison.Rd
USGS verification example: plot model comparison results
plotModelComparison(modelComparison = compareModelResults(), title = "", ...)
modelComparison | data.frame as retrieved by compareModelResults(), Default: (compareModelResults()) |
---|---|
title | to be used as title above plot (Default: "") |
... | further arguments passed to function xyplot() |
model comparison goodness of fit plots
compareModelResults
for comparison with USGS benchmark models
### Plot model comparison with title "Model comparison" and one plot for ### each page plotModelComparison( title = "Model comparison", layout = c(1, 1) )#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !#> Warning: 'rNSE' can not be computed: some elements in 'obs' are zero !#> Warning: 'rd' can not be computed: some elements in 'obs' are zero !