Learn R Programming

UKFE (version 1.0.2)

DiagPlots: Diagnostic plots for pooling groups

Description

Provides 10 plots to compare the sites in the pooling group

Usage

DiagPlots(x, gauged = FALSE)

Value

ten diagnostic plots for pooling groups

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

Author

Anthony Hammond

Examples

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

Run the code above in your browser using DataLab