extGP.qqplot | R Documentation |
Called by res.plot
, we don't advise you to use it.
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
)
y |
vector of data |
qfit |
list obtained with |
q.L |
list obtained with |
q.U |
list obtained with |
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? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.