ggplot.rl.evmOpt {texmex} | R Documentation |
Plotting function for return level estimation
Description
Plotting function for return level estimation
Usage
## S3 method for class 'rl.evmOpt'
ggplot(
data = NULL,
mapping,
xlab,
ylab,
main,
ylim = "auto",
ptcol = "blue",
col = "light blue",
fill = "orange",
alpha = 0.5,
...,
environment
)
Arguments
data |
An object of class |
mapping |
Not used. |
xlab |
Label for the x-axis. |
ylab |
Label for the y-axis. |
main |
Plot title. |
ylim |
Plot limits for y-axis. |
ptcol |
Colour for points. Defaults to |
col |
Colour for lines. Defaults to |
fill |
Colour for shading polygons. |
alpha |
Transparency. |
... |
Other arguments passed through to underlying plot functions. |
environment |
Not used. |
[Package texmex version 2.4.9 Index]