return.lvl.nstatio: Return Levels with nonstationarity

Description Usage Arguments Value Author(s) Examples

Description

Compute return levels plot of nonstationary model with the data (in years)

Usage

1
2
return.lvl.nstatio(data, gev_nstatio, start = max(data), t = 100, m = 10,
  plot = T, out = F, ...)

Arguments

data

numeric vector containing the GEV block-maxima

gev_nstatio

Nonstationary GEV fitted model of class gev.fit (from package ismev)

t

Maximum time period for which the return levels are considered

m

Return period

plot

returns a ggplot of the return levels

out

outputs the return levels (TRUE)

...

other parmaters to be passed to geom_point() of ggplot

Value

a ggplot in the g object and The return levels for the considered time period (t) in rl.

Author(s)

Antoine Pissoort, antoine.pissoort@student.uclouvain.be

Examples

1
2
rl_10_lin <- return.lvl.nstatio(max_years$df$Year,
                                gev_nonstatio, t = 500, m = 10)

proto4426/PissoortThesis documentation built on May 26, 2019, 10:31 a.m.