Description Usage Arguments Value See Also Examples
USGS verification example: plot model comparison results
1 2  | 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
1 2 3 4 5 6  | ### Plot model comparison with title "Model comparison" and one plot for
### each page
plotModelComparison(
  title = "Model comparison",
  layout = c(1, 1)
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.