Learn R Programming

mev (version 2.1)

plot.mev_shape_rbm: Plots for random block maximum estimator

Description

The function returns plot of the shape estimator along with the value (and 95% Wald-based confidence interval) at the selected threshold, or a plot of the empirical Bayes risk.

Usage

# S3 method for mev_shape_rbm
plot(x, type = c("shape", "risk"), log = TRUE, ...)

Value

one or more plots

Arguments

x

object of class mev_shape_rbm returned by shape.rbm

type

[string] type of plot, either "shape" for the tail index or "risk" for the empirical Bayes risk

log

[logical] if TRUE (default), the x-axis for the number of exceedances is displayed on the log scale.

...

additional arguments, currently ignored