View source: R/ggplot.predict.R
ggplot.rl.evmOpt | R Documentation |
Plotting function for return level estimation
## 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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.