DiagPlots | R Documentation |
Provides 10 plots to compare the sites in the pooling group
DiagPlots(x, gauged = FALSE)
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 |
ten diagnostic plots for pooling groups
Anthony Hammond
#Form a gauged pooling group and plot the diagnostics with gauged = TRUE
Pool.28015 <- Pool(GetCDs(28015))
DiagPlots(Pool.28015, gauged = TRUE)
#Form an ugauged pooling group and plot the diagnostics
Pool.28015 <- Pool(GetCDs(28015), exclude = 28015)
DiagPlots(Pool.28015)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.