powered by
USGS verification example: plot model comparison results
plotModelComparison(modelComparison = compareModelResults(), title = "", ...)
data.frame as retrieved by compareModelResults(), Default: (compareModelResults())
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
compareModelResults
# NOT RUN { ### Plot model comparison with title "Model comparison" and one plot for ### each page plotModelComparison( title = "Model comparison", layout = c(1, 1) ) # }
Run the code above in your browser using DataLab