Learn R Programming

texmex (version 2.4.9)

ggplot.declustered: Diagnostic plots for an declustered object

Description

Create and display diagnostic plots for a declustered object.

Usage

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

# S3 method for 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.