ggplot.declustered {texmex}R Documentation

Diagnostic plots for an declustered object

Description

Create and display diagnostic plots for a declustered object.

Usage

## S3 method for class 'declustered'
ggplot(
  data = NULL,
  mapping,
  xlab,
  ylab,
  main,
  ptcol = c("blue", "orange"),
  col = "light blue",
  plot. = TRUE,
  ...,
  environment
)

## S3 method for class 'extremalIndex'
ggplot(
  data = NULL,
  mapping,
  xlab,
  ylab,
  main,
  ptcol = "blue",
  col = "light blue",
  plot. = TRUE,
  ...,
  environment
)

Arguments

data

An object of class declustered or extremalIndex.

mapping

Not used.

xlab

Label for the x-axis.

ylab

Label for the y-axis.

main

Plot title.

ptcol

Colour for points. Defaults to ptcol="blue".

col

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

plot.

Whether or not to display the output. Defaults to plot.=TRUE.

...

Other arguments passed through to underlying plot functions.

environment

Not used.


[Package texmex version 2.4.9 Index]