ggplot.declustered: Diagnostic plots for an declustered object

Description Usage Arguments

View source: R/ggplot.cluster.R

Description

Create and display diagnostic plots for a declustered object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## 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.


texmex documentation built on Dec. 4, 2020, 5:08 p.m.