ggplot.evmBoot | R Documentation |
Diagnostic plots for the replicate estimated parameter values in an evmBoot object
## S3 method for class 'evmBoot'
ggplot(
data = NULL,
mapping,
denscol = "light blue",
histcol = "dark blue",
linecol = "orange",
plot.it = TRUE,
...,
environment
)
data |
An object of class 'evmBoot'. |
mapping , environment |
ignored |
denscol |
Colour for the densities. Defaults to 'light blue'. |
histcol |
Colour for the histograms. Defaults to 'dark blue'. |
linecol |
Colour for the point estimate lines. Decaults to 'orange'. |
plot.it |
Whether or not to actually print the plots. Defaults
to |
... |
Additional arguments to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.