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.
# S3 method for mev_shape_rbm
plot(x, type = c("shape", "risk"), log = TRUE, ...)one or more plots
object of class mev_shape_rbm returned by shape.rbm
[string] type of plot, either "shape" for the tail index or "risk" for the empirical Bayes risk
[logical] if TRUE (default), the x-axis for the number of exceedances is displayed on the log scale.
additional arguments, currently ignored