View source: R/bvpot-gen-plot.R
plot.bvpot | R Documentation |
Plot several graphics to judge goodness of fit of the fitted model.
## S3 method for class 'bvpot'
plot(x, mains, which = 1:3, ask = nb.fig < length(which)
&& dev.interactive(), ...)
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 |
Several plots.
Mathieu Ribatet
fitbvgpd
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.