gev.fit and gpd.fit.rlplot(z, ci = 0.05, add.ci = FALSE)gev.fit or gpd.fit--attributed with the class add.ci=FALSE, and use the R function lines to add different bounds (e.g., using values obtained from the gev.parameterCI or gpd.parameterCI functions).This function is simply a modification of gpd.rl and gev.rl (Coles, 2001).
gev.parameterCI, gpd.parameterCI, gev.diag, gpd.diagdata(ftcanmax)
fit <- gev.fit( ftcanmax[,"Prec"])
class( fit) <- "gev.fit"
rlplot( fit)Run the code above in your browser using DataLab