extGP.qqplot: QQplot for the extended GP model

View source: R/qqplot_extGP.R

extGP.qqplotR Documentation

QQplot for the extended GP model

Description

Called by res.plot, we don't advise you to use it.

Usage

extGP.qqplot(
  y,
  qfit,
  q.L,
  q.U,
  cols = c(rgb(0.6, 0.3, 0), rgb(0.6, 0.3, 0, 0.5), rgb(0.6, 0.3, 0, 0.1)),
  zoomx = range(y, na.rm = T),
  zoomy = range(y, na.rm = T),
  legend = TRUE,
  main = "QQ plot of positive rainfall",
  add = FALSE
)

Arguments

y

vector of data

qfit

list obtained with fit.extGP (fitted quantiles)

q.L

list obtained with fit.extGP (lower intervall of the bootstrap quantiles)

q.U

list obtained with fit.extGP (upper intervall of the bootstrap quantiles)

cols

vector of colors for the barplot

zoomx

vector of length 2, range to zoom on the x axis

zoomy

vector of length 2, range to zoom on the y axis

legend

boolean, should there be a legend?

main

title of the plot

add

boolean, should the plot be added to the current plot?


mbtgy/tcG documentation built on Oct. 19, 2023, 3:10 p.m.