plot-methods {spd} | R Documentation |
Locally implemented and modified methods for plotting the fit of the
GPDFIT
object (taken from package fExtremes
), and
the overall fit of the GPDTAILS
object.
plot(x,y,...)
x |
|
y |
missing |
... |
[which] - |
## Not run:
library(MASS)
x<-SP500/100
fit<-spdfit(x)
plot(fit,which=1)
# this in fact exctracts the GPDFIT object (from GPDTAILS) for which plot
# methods exist.
plot(fit,which=3)
## End(Not run)