Plotting function for return level estimation
# S3 method for rl.evmOpt
ggplot(
data = NULL,
mapping,
xlab,
ylab,
main,
ylim = "auto",
ptcol = "blue",
col = "light blue",
fill = "orange",
alpha = 0.5,
...,
environment
)
An object of class rl.evmOpt
, rl.evmBoot
, rl.evmSim
, lp.evmOpt
, lp.evmBoot
or lp.evmSim
, .
Not used.
Label for the x-axis.
Label for the y-axis.
Plot title.
Plot limits for y-axis.
Colour for points. Defaults to ptcol="blue"
.
Colour for lines. Defaults to col="light blue"
.
Colour for shading polygons.
Transparency.
Other arguments passed through to underlying plot functions.
Not used.