Diagnostic plots for the replicate estimated parameter values in an evmBoot object
# S3 method for evmBoot
ggplot(
data = NULL,
mapping,
denscol = "light blue",
histcol = "dark blue",
linecol = "orange",
plot.it = TRUE,
...,
environment
)
An object of class 'evmBoot'.
ignored
Colour for the densities. Defaults to 'light blue'.
Colour for the histograms. Defaults to 'dark blue'.
Colour for the point estimate lines. Decaults to 'orange'.
Whether or not to actually print the plots. Defaults
to plot.it=TRUE
. If plot.it=FALSE
, you might
want to control the layout. Do this with
do.call("grid.arrange", c(plots, ncol=2))
, for example,
where plots
is the objected returned by
ggplot.evmBoot
.
Additional arguments to ggplot
, currently unused.