Diagnostic plots for the replicate estimated parameter values in an evmBoot object
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
)
Arguments
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 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.