Last data update: 2014.03.03

R: Method: Plotting (S4) for implemented S4 classes
plot-methodsR 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

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

## 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)

Results