A basic ggplot of a PP analysis

# S3 method for PP
plot(object, abs = TRUE, tauQuantileType = c("V", "D", "O",
  "qu", "Q", "M", "A"), mapping = "aes(tau, deltaz)", filter = "TRUE",
  facets = tauQuantileType ~ ., ...)

Arguments

object

an object of class 'PP' (see ?summary.PP)

tauQuantileType

a character vector containing the types of quantiles for which plots should be returned. If NA, all available types are plotted. Accpetable types are c('V', 'D', 'O', 'qu', 'Q', 'M', 'A'), corresponding to the following fractions: c(0.05, 0.1, 0.125, 0.2, 0.25, 0.5, 1).