Skip to contents

Autoplot an object with class "RL.GEVBayes" containing Return Levels and related inference results.

Usage

# S3 method for RL.GEVBayes
autoplot(object, 
        xVar = c("T", "p"),
        trace = 0,... )

Arguments

object

An object with class "RL.GEVBayes" describing Return Levels and related Bayesian inference results for a GEV model. This object is generated by RL.GEVBayes0.

## @param level Credible level.

xVar

The variable used to match the \(x\)-axis. The value "T" will lead to use the column named "Period" of object while the value "p" will lead to use the column named "Prob".

trace

Integer level of verbosity.

...

Further arguments passed to RL.

Value

An object with class "gg" inheriting from

"ggplot", typically used through the print

method.

See also