ggplot.declustered: Diagnostic plots for an declustered object

View source: R/ggplot.cluster.R

ggplot.declusteredR 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.


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