ggplot.evmBoot: Diagnostic plots for the replicate estimated parameter values...

Description Usage Arguments

View source: R/ggplot.boot.R

Description

Diagnostic plots for the replicate estimated parameter values in an evmBoot object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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.


texmex documentation built on Dec. 4, 2020, 5:08 p.m.