Create and display diagnostic plots for a declustered object.
# 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
)
An object of class declustered
or extremalIndex
.
Not used.
Label for the x-axis.
Label for the y-axis.
Plot title.
Colour for points. Defaults to ptcol="blue"
.
Colour for lines. Defaults to col="light blue"
.
Whether or not to display the output. Defaults to plot.=TRUE
.
Other arguments passed through to underlying plot functions.
Not used.