Usage
exindexPlot(x, block = "month", start = 5, end = NA, plottype = c("thresh",
"K"), labels = TRUE, autoscale = TRUE, ...)
exindexesPlot(x, block = 20, quantiles = seq(0.990, 0.999, 0.001),
doplot = TRUE, ...)Arguments
autoscale
[exindexPlot] -
whether or not plot should be automatically scaled; if not,
xlim and ylim graphical parameters may be entered.
block
the block size. A numeric value is interpreted as the number of
data values in each successive block.
All the data is used, so the last block may not contain block
observations.
If the x has
doplot
[exindexesPlot] -
a logical, should the results be plotted?
labels
[exindexPlot] -
whether or not axes should be labelled.
plottype
[exindexPlot] -
whether plot is to be by increasing threshold (thresh)
or increasing K value (K).
quantiles
[exindexesPlot] -
a numeric vector of quantile values.
start, end
[exindexPlot] -
start is the lowest value of K at which to plot
a point, and end the highest value; K is the
number of blocks in which a specified threshold is exceeded.
x
a numeric vector, note raw values are required, not block maxima.
...
additional arguments passed to the plot function.