Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

DiagPlots

Diagnostic plots for pooling groups


Description

Provides 10 plots to compare the sites in the pooling group

Usage

DiagPlots(x, gauged = FALSE)

Arguments

x

pooling group derived from the Pool() function

gauged

logical argument with a default of FALSE. TRUE adds the top site in the pooling group to the plots in a different colour

Value

ten diagnostic plots for pooling groups

Author(s)

Anthony Hammond

Examples

#Form a gauged pooling group and plot the diagnostics with gauged = TRUE
Pool.96001 <- Pool(GetCDs(96001))
DiagPlots(Pool.96001, gauged = TRUE)
#Form an ugauged pooling group and plot the diagnostics
Pool.96001 <- Pool(GetCDs(96001), exclude = 96001)
DiagPlots(Pool.96001)

UKFE

UK Flood Estimation

v0.1.6
GPL-3
Authors
Anthony Hammond
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.