plot.amax: Return level plot

Description Usage Arguments Examples

Description

Return level plot

Usage

1
2
3
4
## S3 method for class 'amax'
plot(obj, main = "Return level plot",
  xlab = "Return period", ylab = "Return levels", ci = FALSE,
  col.ci = "red", lty.ci = 2, lwd.ci = 1, ...)

Arguments

obj

Output from FitAmax.

ci

Logical. Does confident interval should be display. if so the the Monte-Carlo approximation method is used. See predict.amax.

col.ci, lty.ci, lwd.ci

Graphical parameters definining the display of the confident interval.

...

Other graphical parameters. See par.

Examples

1
2
3
4
5
x <- ExtractAmax(flow~date, flowStJohn)$flow

fit <- FitAmax(x, distr = 'gev', method = 'mle')

plot(fit, ci = TRUE)

martindurocher/floodStat documentation built on May 31, 2019, 12:42 a.m.