DiagPlots: Diagnostic plots for pooling groups

View source: R/All.R

DiagPlotsR Documentation

Diagnostic plots for pooling groups

Description

Provides 11 plots to compare the sites in the pooling group

Usage

DiagPlots(x, gauged = FALSE, UrbMax = 0.03)

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

UrbMax

This is for the plotting of the URBEXT comparison. Ideally it should be the same as the UrbMax used for deriving the input pooling group

Value

Eleven diagnostic plots for pooling groups

Author(s)

Anthony Hammond

Examples

# Form a gauged pooling group and plot the diagnostics
pool_28015 <- Pool(GetCDs(28015))
DiagPlots(pool_28015, gauged = TRUE)

# Form an ungauged pooling group and plot the diagnostics
pool_28015 <- Pool(GetCDs(28015), exclude = 28015)
DiagPlots(pool_28015)


UKFE documentation built on Nov. 5, 2025, 6:25 p.m.

Related to DiagPlots in UKFE...