This S3 method produces quantile-quantile plots with confidence and tolerance bands on various scale (uniform, exponential, generalized Pareto), or a plot of the metric as a function of the threshold.
# S3 method for mev_thselect_vmetric
plot(
x,
type = c("qq", "pp", "exp", "metric"),
B = 1000L,
probs = c(0.025, 0.975),
...
)NULL; the function is used to produce a plot
an object of class mev_thselect_vmetric produced by a call to thselect.vmetric
string; a single string indicating the choice of plot
number of simulations for variability of estimation
quantile levels for intervals.
additional arguments, currently ignored