plot-methods {spd} | R Documentation |
Method: Plotting (S4) for implemented S4 classes
Description
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.
Usage
plot(x,y,...)
Arguments
x |
|
y |
missing |
... |
[which] - |
Examples
## 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)
[Package spd version 2.0-1 Index]