Learn R Programming

kwb.hantush (version 0.3.0)

plotModelComparison: USGS verification example: plot model comparison results

Description

USGS verification example: plot model comparison results

Usage

plotModelComparison(modelComparison = compareModelResults(),
  title = "", ...)

Arguments

modelComparison

data.frame as retrieved by compareModelResults(), Default: (compareModelResults())

title

to be used as title above plot (Default: "")

...

further arguments passed to function xyplot()

Value

model comparison goodness of fit plots

See Also

compareModelResults for comparison with USGS benchmark models

Examples

Run this code
# 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