plot.bvpot {POT} | R Documentation |
Graphical Diagnostics: the Bivariate Extreme Value Distribution Model.
Description
Plot several graphics to judge goodness of fit of the fitted model.
Usage
## S3 method for class 'bvpot'
plot(x, mains, which = 1:3, ask = nb.fig < length(which)
&& dev.interactive(), ...)
Arguments
x |
An object of class |
mains |
May be missing. If present a 3–vector of character strings which gives the titles of the plots. |
which |
a numeric vector which specifies which plot must be drawn
: |
ask |
Logical. If |
... |
Other parameters to pass to the |
Value
Several plots.
Author(s)
Mathieu Ribatet
See Also
Examples
x <- rbvgpd(1000, alpha = 0.55, mar1 = c(0,1,0.25), mar2 = c(2,0.5,0.1))
Mlog <- fitbvgpd(x, c(0, 2), "log")
layout(matrix(c(1,1,2,2,0,3,3,0), 2, byrow = TRUE))
plot(Mlog)
[Package POT version 1.1-10 Index]