Usage
rlplot.egev(object, show.plot = TRUE,
probability = c((1:9)/100, (1:9)/10, 0.95, 0.99, 0.995, 0.999),
add.arg = FALSE, xlab = if(log.arg) "Return Period (log-scale)" else
"Return Period", ylab = "Return Level",
main = "Return Level Plot",
pch = par()$pch, pcol.arg = par()$col, pcex = par()$cex,
llty.arg = par()$lty, lcol.arg = par()$col, llwd.arg = par()$lwd,
slty.arg = par()$lty, scol.arg = par()$col, slwd.arg = par()$lwd,
ylim = NULL, log.arg = TRUE, CI = TRUE, epsilon = 1e-05, ...)
Arguments
object
A VGAM extremes model of the
GEV-type, produced by vglm
with a family function either
"gev"
or "egev"
. show.plot
Logical. Plot it? If FALSE
no plot will be done.
probability
Numeric vector of probabilities used.
add.arg
Logical. Add the plot to an existing plot?
xlab
Caption for the x-axis. See par
. ylab
Caption for the y-axis. See par
. main
Title of the plot. See title
. pch
Plotting character. See par
. pcol.arg
Color of the points.
See the col
argument of par
. pcex
Character expansion of the points.
See the cex
argument of par
. llty.arg
Line type. Line type.
See the lty
argument of par
. lcol.arg
Color of the lines.
See the col
argument of par
. llwd.arg
Line width.
See the lwd
argument of par
. slty.arg, scol.arg, slwd.arg
Correponding arguments for the lines used for the
confidence intervals. Used only if CI=TRUE
.
ylim
Limits for the y-axis. Numeric of length 2.
log.arg
Logical. If TRUE
then log=""
otherwise
log="x"
. This changes the labelling of the x-axis only.
CI
Logical. Add in a 95 percent confidence interval?
epsilon
Numeric, close to zero. Used for the finite-difference
approximation to the first derivatives with respect to
each parameter. If too small, numerical problems will occur.
...
Arguments passed into the plot
function
when setting up the entire plot. Useful arguments here include
sub
and las
.