ggplot.rl.evmOpt: Plotting function for return level estimation

View source: R/ggplot.predict.R

ggplot.rl.evmOptR 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 rl.evmOpt, rl.evmBoot, rl.evmSim, lp.evmOpt, lp.evmBoot or lp.evmSim, .

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 ptcol="blue".

col

Colour for lines. Defaults to col="light blue".

fill

Colour for shading polygons.

alpha

Transparency.

...

Other arguments passed through to underlying plot functions.

environment

Not used.


harrysouthworth/texmex documentation built on March 8, 2024, 7:50 p.m.