View source: R/ggplot.cluster.R
ggplot.declustered | R Documentation |
Create and display diagnostic plots for a declustered object.
## 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
)
data |
An object of class |
mapping |
Not used. |
xlab |
Label for the x-axis. |
ylab |
Label for the y-axis. |
main |
Plot title. |
ptcol |
Colour for points. Defaults to |
col |
Colour for lines. Defaults to |
plot. |
Whether or not to display the output. Defaults to |
... |
Other arguments passed through to underlying plot functions. |
environment |
Not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.