which) are currently provided:
a density plot (1), a dependence function plot (2), a quantile
curves plot (3) and a spectral density plot (4).
Plot diagnostics for the generalized Pareto peaks-over-threshold
margins (selectable by mar and which) are also
available.## S3 method for class 'bvpot':
plot(x, mar = 0, which = 1:4, main, ask = nb.fig <
length(which) && dev.interactive(), grid = 50, above = FALSE,
levels = NULL, tlty = 1, blty = 3, rev = FALSE, p = seq(0.75,
0.95, 0.05), half = FALSE, ...)"bvpot".mar = 1 or mar = 2 diagnostics
are given for the first or second generalized Pareto
margin respectively.1:4 selecting
the plots to be shown. By default all are plotted.which.TRUE, the user is asked before
each plot.grid^2 points, and contours are plotted at the values
given iTRUE, only data points above
both marginal thresholds are plotted.abvevd.qcbvnonpar, but applied to the parametric
bivariate threshold model.hbvevd.plot.bvevd, contour,
abvnonpar, qcbvnonparbvdata <- rbvevd(500, dep = 0.6, model = "log")
M1 <- fbvpot(bvdata, threshold = c(0,0), model = "log")
plot(M1)
plot(M1, mar = 1)
plot(M1, mar = 2)Run the code above in your browser using DataLab