plot-methods: Method: Plotting (S4) for implemented S4 classes

Description Usage Arguments Examples

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

1
plot(x,y,...)

Arguments

x

An object of class GPDFIT or GPDTAILS.

y

missing

...

[which] -
Valid arguments are “ask” for interactive plotting, “all” to plot all or a number from 1 to 6 indicating the desired charts to plot.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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)

spd documentation built on May 2, 2019, 1:51 p.m.